Replies: 1 comment 4 replies
-
The grouping is not a good as I want it to be yet. The formatting of the header is not a configuration item as I want to think about the date format all up as not everyone wants to have YYYY-MM-DD and it should be abstracted from the task as a display property. The query you have should be like below. use ```task-sql
WHERE status->indicator != 'x'
GROUP BY dueDate
``` |
Beta Was this translation helpful? Give feedback.
4 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.
-
I am trying to build a timeline that lists all uncompleted tasks and groups them by dueDate. The grouping heading should be output with the dueDate in the format "YYYY-MM-DD".
I have already tried the following:
Beta Was this translation helpful? Give feedback.
All reactions