What I’m trying to do
I have a simple vault with a folder AUTHORS and a folder BOOKS.
I want to embed a base in the AUTHORS note that only shows the books with the corresponding authorID.
Things I have tried
If I set the view to: All the following are true
where authorID is a_0001
it works ok.
But I want to insert the corresponding authorID of the AUTHOR-Note.
If I set the view to: All the following are true
where authorID is this.authorID
I get zero books
testBase.zip (13.3 KB)
