Can confirm <@U2GQ29Q4V>’s experience with When Or...
# suitescript
j
Can confirm @errol’s experience with When Ordered By not being respected when you run the search in a script Had to change a column to a formula in order to get around that Minimum {id} When Ordered By {price} -->
Copy code
MIN({id}) KEEP (DENSE_RANK FIRST ORDER BY {price})
šŸ‘šŸ» 1
e
Yep... my workaround too! Was definitely a fun one to troubleshoot 😁