More SQL sorting options across whole application #2260
nahiyan-yasaar-selise
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Please add the following SQL sorting abilities:
Field1 ASC, Field2 DESCthat first sorts by field 1 then sorts by field 2CASE WHEN Field1 = 'Val1' THEN 0 WHEN Field2 = 'Val2' THEN 1 ELSE 2 ENDBeta Was this translation helpful? Give feedback.
All reactions