-
Just getting started and I'm having a hard time figuring out how to return subtasks that don't have a parent task e.g.:
If I do the simplest of queries of just "TASK SORT BY file.mtime DESC" Dataview returns everything except the subtask with a non-subtask parent. Is there any way to query these as well? I often use this format when taking meeting notes.. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 11 replies
-
What if you add |
Beta Was this translation helpful? Give feedback.
-
One more follow-up question if you're willing. Do you know if there's a way to only return tasks and not the regular list item e.g. "iist item with task parent"? Tried this with no luck:
|
Beta Was this translation helpful? Give feedback.
What if you add
!fullyCompleted
to thewhere
part of the query?