Howto sort list by two fields
Is there a way to have list of records sorted by one field and then by 2nd field?
Or we can use only sort by one field?
It seems that there is a way to accomplish it. We need to modify…
… url and its parameters
We should modify it in following way:
sysparm_query=^ORDERBYfild1ORDERBYfild2
Additionally we are able to use orderbydesc to sort descending.
There is also easier way to achieve it – using filter modification icon – try to use twice Add Sort button…