Embedded Base with property-ID

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)

This does work if you write in the advanced mode
authorID == this.authorID
It does not work, if you use the editor:

Yeah, this (AFAIK) can only be used in the advanced filter mode :blush: … and I think it was always like this.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.