Dynamic reference to properties in Bases

Hello everyone! Please tell me, has someone solved the problem with a dynamic filter on the property of the current file in the Bases table
I have a table

dataview

TABLE file.ctime as “Создана”
FROM “”
WHERE область = this.region
SORT file.name
who does it very well

how to make the same filter
WHERE область = this.region
в Bases?

Because you wish to use this, you’ll need to use the Advanced filter mode in the Filter GUI of the embedded base by clicking on the </> icon (at the left of the trashcan one, in the filter GUI) :blush:

Once in the Advanced filter mode, you should (normally) just need to use a formula such as:

область == this.region

Could still need some tweaking though :sweat_smile: … depending on both keys (область and region) data types and their respective values :blush: (as this was just very quickly tested :innocent: )

1 Like

Hello! Thank you very much for the information. I shake your hand friend, it really helped me!

My pleasure :blush: !

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