What I’m trying to do
I am trying to set up a query to bring in all tasks with a specific tag “todo/next-action/basement”
For whatever reason I am pulling in all tasks on the same page as another task with this tag.
Things I have tried
dataview
TASK
WHERE contains(text, “#todo/next-action/basement”)
no results for that one
and tried this:
dataview
TASK from #todo/next-action/basement
This brings in all tasks that are on the same page.
these other tasks have tags such as #todo/next-action or #todo/waiting.
Thank you for your patience and help in advanced!