Filter on relation solution?

Hi I have the following schema.

How do I filter only Cities from “tblCity” based on the objectId in “tblState”?

For example tblState.objectId = ‘TX’

I read this previous thread and is this something you are working on?

Unfortunately this didn’t worked in your Data Browser SQL Window.

Is it possible to just build a 2 table Data View with tblState and tblCity and run a dynamic filter on tblState.objectId ? Thanks!

I think I figured out the best workaround would be to never try to modify a objectId with a custom value since as a general rule you’re never supposed to expose any primary key to the world. I guess this is the case even if I have a Zip Code table and initially wanted to have the objectID also be the actual Zip Code.