First, search the help docs and this forum. Maybe your question has been answered! The debugging steps can help, too. Still stuck? Delete this line and proceed.
What I’m trying to do
I have a Kanban board with two lists: 1) “Urgent” 2) “Important but not Urgent”
Within my notes, I’m trying to run dataview to find all tasks with a certain keyword, however; I want to differentiate (or at least use two dataview queries) to separate tasks from each list. Note, I use (and prefer) Kanban to input all my tasks (as they don’t live in other notes)
Things I have tried
TASK From ""
Where !completed
Where contains(text, this.file.name) OR contains(aliases,"")
SORT !completed