Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Select your field and set it to sort by Ascending. Value 3, Value 6, Value 1 does not make any sense to ascending or descending ordering. You'd need some strange custom non-indexed ORDER BY added to the query to do that. Using Ascending and Descending you get results like Value 1, Value 3, then Value 6 or Value 6, Value 3, then Value 1.If the field I am sorting by has a set list of values and I want to sort by those values in a predifned order. ie Value3 first, value6 next, value 1 next etc etc.
No, advanced sorting adds directly to the database query using "ORDER BY".Do you have any documentation or examples of how the Advanced sorting works?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.