-
The file name of my note is a UID (YYYYMMDDHHmm) I would like to create a table with the file name & the full title, for all my notes, grouped by category, as in the table below. It's okay if the output of query renders differently.
Can I have some help with my query please. My query below does not work.
Can you explain me in plain English if you do, so that I can follow? Many thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
After many trial and error. But I still have no clue why I need to use
|
Beta Was this translation helpful? Give feedback.
-
Because this is related with the previous thing: the
|
Beta Was this translation helpful? Give feedback.
After many trial and error. But I still have no clue why I need to use
rows
,FLATTEN
and whyfile.name
did not return a link (I had to usefile.link
instead).