How to sort with groupBy? #1465
Unanswered
davingreen
asked this question in
Q&A
Replies: 1 comment
-
You could loop over each group and sort each one. Try doing it in the console to get a feel for it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The following is intended to get all notes with a tag, then sort by the note name, then get all list items on those notes with the same tag and groub by the lists' section:
The output shows the section and respective tasks, but the sections are not in any particular order... what am I missing?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions