Replies: 1 comment 1 reply
-
I've resolved this the day after, turns out flatten was redundant.
|
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I'm trying to make a weekly reminder template, using dataview to take undone tasks from past reminders.
Here's the code:
contains(task.parent, null) = true
is meant to filter out subtasks, preventing its duplication as seen here:Works great when there's only one root-level task.

But when there are multiple... oh boy.

I'm still pretty new to dataview so explanations and insights are greatly appreciated. Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions