You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Queries/Sorting.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -697,6 +697,8 @@ If given, the sort order will be reverse for that property.
697
697
Note that `reverse` will reverse the entire result set.
698
698
For example, when you `sort by done reverse` and your query results contain tasks that do not have a done date, then those tasks without a done date will be listed first.
699
699
700
+
Refer to [[Grouping#Reversing groups]] to specify the sort order of groups when using the `GROUP BY` clause.
0 commit comments