Filter tasks with a certain tag

Try this DQL query:

```dataview
TASK
WHERE !completed
WHERE contains(text, "#comm")
```
3 Likes