#Resource
---
tags:
- Tasks/Master
Project:
---
```tasks
(status.type is TODO) AND (path does not include {{query.file.path}})
(due on or before today) OR (no due date)
(scheduled on or before today) OR (no scheduled date)
path does not include Templates
sort by due
```
https://publish.obsidian.md/tasks/Queries/Filters
```dataview
TASK
WHERE (status = " ")
SORT file.name ASC
GROUP BY file.link
```
# Other tasks
```tasks
not done
```
![[Tasks.image.png]]