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
Good point. Another place where it's very helpful to be aware of is for lookupOne. Since lookupOne returns the first of matching records, something like sort_by="-Date" can be used to find the latest of matching records.
In the doc, there's no info on how to do reverse sorting.
Only after searching through the source code, I figured out that I need to add minus (
-
) before field name.It would be great to have this info in the doc, so other people won't have to go to the source for this simple info.
Please add this info in these two places:
grist-help/help/functions.md
Line 158 in 5a8e160
grist-help/help/formulas.md
Line 283 in 5a8e160
The text was updated successfully, but these errors were encountered: