Hello -
I am trying to use a dataview to enumerate a list of bases in my vault. It seems the file.name does not resolve for my “bases” folder. Is this a known issue or is there a different way to enumerate the list of bases available?
Here is my dataview query. This works for other folders, just not my bases folder.
Blockquote
TABLE file.name AS "Bases"
FROM "Base"
Blockquote