First, search the help docs and this forum. Maybe your question has been answered! The debugging steps can help, too. Still stuck? Delete this line and proceed.
What I’m trying to do
I have a Daily Notes template set up with the following simple Dataview query:
```dataview
LIST
FROM "@FLEETINGNOTESAPP" or "@CAPTURE"
WHERE created_date = date({{title}})
```
I am trying to use Dataview to pull fleeting notes created today from either of two folders, and LIST them in the Daily Note.
Things I have tried
-
Sometimes it works, sometimes it doesn’t! Often I have to copy the whole block and insert it lower on the Daily Note to trigger it.
-
The folders searched are exactly as the folder names and there are two or three notes between them where I have checked that the created date is the same as the Daily Note title e.g. 2023-11-29 for today. But when I can get it to trigger, I am sometimes seeing ‘no results’
It’s worth mentioning that I am using an elderly high-mileage MacBook 2012 that is limited to Catalina 10.15 or so – which could be a contributory cause of difficulty. Yes, I know, well overdue for replacement but money tight at the moment…