Dataview query for todo tasks

How can I query dataview to show me all incomplete todo tasks?
I mean tasks that are created by this code
- [ ]

```dataview
TASK
FROM ""
WHERE !completed
```

If you want to specify it to a folder or file path, just put that path in between the ""

You can also check the documentation for Dataview, lots to learn there: Dataview

1 Like

Sory but I need russian language documentation )

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