List-Query in note's folder dynamically #1377
-
Hello, assume I have the following query:
I am trying to make the query relative to the note's folder. Essentially I want to query But... that doesn't seem to work, and I can't figure out if I can even do so, or how to do so if I could do it. Any help is appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
FROM doesn't use variables that way. At best, you'll be able to use a |
Beta Was this translation helpful? Give feedback.
FROM doesn't use variables that way. At best, you'll be able to use a
where file.folder = this.file.folder
.