edited
NEVERMIND. I found my answer. Sorry for posting such a basic question.
I have a filter that returns the results I need, but I need the results in a specific order. To achieve this I have to sort column 1 & 2 in Descending format and then sort by column 3 in Ascending format.
I see how to sort columns 1&2 using [Order By "column1","column2" DESC] but I cannot figure out how to add column 3 ASC.
Thanks
JG
something like this....
project = xxx AND created >= startOfYear(120d) ORDER BY updated DESC, assignee ASC, status DESC
Thanks Jack.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.