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) …
Once in the Advanced filter mode, you should (normally) just need to use a formula such as:
Could still need some tweaking though … depending on both keys (область and region) data types and their respective values (as this was just very quickly tested )