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!