@mnvwvnm Iād be grateful for a little help with something similar. Iām trying to use Dataview for the first time to create an aggregated list MOC within my daily notes that renders all notes created on that day only.
I have YAML with the following in various notes:
---
created: 2021-06-24
---
And have tried the following in my Daily Note but am getting an error:
```dataview
LIST
FROM ""
WHERE created = ā2021-06-24ā
```Dataview: Error:
-- PARSING FAILED --------------------------------------------------
1 | LIST
2 | FROM ""
> 3 | WHERE created = ā2021-06-24ā
| ^
4 |
Expected one of the following:
'(', 'null', boolean, date, duration, file link, negated field, number, string, variable
Iām not sure what Iām doing wrong ā appreciate any advice & thoughts!