Order changes inside list
Is there a way to sort the data 'in two different levels'?
I'd like to sort the example data on the picture firstly by the title of a column A and secondly by the value in the column C (largest to smallest).
EDIT: by the way I put wrong example picture there, where you dont see the problem...
- NewOrder.jpg 133 KB
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by john on 07 Apr, 2018 03:49 AM
Rokka,
Yes, this easy. Just sort first by your secondary key and then sort again by your primary key.
See attached screenshots.
This works for any number of sorting keys. If you need to sort any key in descending order, just add a reverse node after the sort for that key.
Please let me know if you have any more questions!
John