Hello,
I've got two datasets in my current map:
1. a FeatureLayer (locations of measuring points for air quality data)
2. a table without geom (holds the air quality measured data for each feature)
What I'd like do is the following:
I use a definition query to filter the no-geom table (for example only want to see the measured ozon data)
As not all measuring points have ozon data I'd like the FeatureLayer to be filter based on no-geom table.
How could I achive that. In SQL would be something like: where location in (select distinct (column) from no-geom table).
But I could find a solution in APRO.
Every hint is welcome.
Thanks alot!