Hide Completed Subtasks In Dataview

FileA:

TASK From "FileB"
WHERE !completed

FileB:

  • [ ] Task
    • [x] Done Subtask
    • [ ] Subtask Left

In FileA I would expect

  • [ ] Task
    • [ ] Subtask Left

But I see

  • [ ] Task
    • [x] Done Subtask
    • [ ] Subtask Left

If I check Task, both Task and Done Subtask dissapear and subtask left becomes its own entry.

  • [ ] Subtask Left

Is there a way to have FileA show

  • [ ] Task
    • [ ] Subtask Left

instead ?

2 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.