Hi, I’m trying to create a basic Dataview query to put into a daily notes template that will list all the notes created on the same day as the daily notes. I’ve seen several examples of this being done that all look something like
LIST
WHERE file.cday = this.file.day
However, when I try this in my vault, it brings back no results, even though I have several files that have the same creation date as the note in which I am running the query. I did this followup query:
Thank you, that seems to be it. In the original table I changed the query to WHERE file.cday = this.file.cday and that seems to be producing the right results.
I think other people posting examples might have been posting typos, for example this page definitely uses this.file.day.