Hello everyone
Quick question: can you guys tell me if the System action List Sort can be used to sort by multiple fields, or if there's a way to make that happen?
To better explain what I'm asking, here's a quick example:
- I have a list that I want to sort by two attributes.
- I call the ListSort action, to sort by attribute A
- I call the ListSort action again, and sort by attribute B
I ran some tests and it looks like the second call overrides the first one, and the entire list will come out sorted by attribute B.
Hi Angelo,
Take a look in this answer:
https://www.outsystems.com/forums/discussion/21343/multiple-attributes-sort-on-listsort/
Cheers
Hello Eduardo
I tried implementing the same thing Paulo suggests in the solution, but I was using ; instead of | :) close, but no cigar.
Thanks