You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I'm trying to pass the result of = this.file.folder to a dataview list query so I can find all files that link to the parent note of the one I'm in.
I'm hoping for a way of doing this:
LIST FROM "Folder/Subfolder" AND this.file.folder
✅ This works great to show the results I want but does not update the link reference when the folder is renamed
LIST FROM "Folder/Subfolder" AND [[FOLDER NAME]]
✅ This gives the right result and updates when I change the folder name
Folder::= this.file.folder
Can anyone help me combine these two correct pieces of information in a way that Dataview can read?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello! I'm trying to pass the result of
= this.file.folder
to a dataview list query so I can find all files that link to the parent note of the one I'm in.I'm hoping for a way of doing this:
✅ This works great to show the results I want but does not update the link reference when the folder is renamed
✅ This gives the right result and updates when I change the folder name
Folder::
= this.file.folder
Can anyone help me combine these two correct pieces of information in a way that Dataview can read?
Beta Was this translation helpful? Give feedback.
All reactions