Things I have tried
Hi everyone. I have a query that runs a search on uncpmpleted tasks in several areas and what I want it to do is to show me all incomplete tasks EXCEPT from the current daily note. I have this:
TASK FROM “”
WHERE !completed AND file.name != date(today)
The problem is that it IS returning values from the current daily note (yyyy-mm-dd)
What I’m trying to do