You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not exactly sure why I have so much trouble with Dataview all of the time but here I am again scratching my head. I would think this would be a pretty basic use for Dataview but I can't seem to find any threads with an answer to this issue. All I am trying to do is add a list on my Daily Note that lists all the files from a specific folder that I created on that particular day. I have this in my template now:
LIST
FROM "2 Areas/05 Journal"
WHERE file.cday = this.file.day
but on today's template that I created the results are showing today's journal note and yesterday's journal note. I just want today's listed and thats it. I have this one as well on my daily note pointing to another folder:
LIST
FROM "2 Areas/01 Fleeting Notes"
WHERE file.cday = this.file.day
and this one is listing fleeting notes going back days. Can anyone help me because I am lost. This should be a very basic function for this plugin but it's like pulling teeth to get it to work.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hey Everyone,
I'm not exactly sure why I have so much trouble with Dataview all of the time but here I am again scratching my head. I would think this would be a pretty basic use for Dataview but I can't seem to find any threads with an answer to this issue. All I am trying to do is add a list on my Daily Note that lists all the files from a specific folder that I created on that particular day. I have this in my template now:
LIST
FROM "2 Areas/05 Journal"
WHERE file.cday = this.file.day
but on today's template that I created the results are showing today's journal note and yesterday's journal note. I just want today's listed and thats it. I have this one as well on my daily note pointing to another folder:
LIST

FROM "2 Areas/01 Fleeting Notes"
WHERE file.cday = this.file.day
and this one is listing fleeting notes going back days. Can anyone help me because I am lost. This should be a very basic function for this plugin but it's like pulling teeth to get it to work.
Beta Was this translation helpful? Give feedback.
All reactions