Things I have tried
Tried this with no luck:
TASK
WHERE task.created = file.day AND !completed
SORT file.mtime DESC
Also tried using a specific day just to check task.created = 2022-02-18
which also didn’t work.
What I’m trying to do
In my daily note template I’m trying to add a data view query to show me all the tasks that were created on the same day as the daily note title eg 2022-02-20
On a related topic does anyone know how to debug dataview objects. Would make it easier if I could log or view the value of objects or browse the fields available. I have a hard time finding what I want in the dataview docs.