Hi,
I assume I have a very simple question, but searching the forum did not help me yet. I want to have a dataview query which gives me a list of all the tags (#) used in this note. It is supposed to be used in a template for a weekly file.
My current dataview code is:
LIST
from ""
FLATTEN file.tags as TAGS
GROUP BY TAGS
So, the main issue is that I do not know how to specify the from statement.
Thank you for any help!