Or, returning to the way to exclude a specific file:
```dataviewjs
dv.taskList(dv.pages().file.where(f => f.name != "Journal Template").tasks
.where(t => !t.completed))
Or, returning to the way to exclude a specific file:
```dataviewjs
dv.taskList(dv.pages().file.where(f => f.name != "Journal Template").tasks
.where(t => !t.completed))