Hello,
I'm working on an ExB app which contains multiple pages. The first page includes a map and a table widget that I'd like to filter when I click on a feature in the map. Is this possible to achieve using actions? I've experimented with the framework actions but that seems to filter every page in the app. Is it possible to have an action only affect the first page? Any help is appreciated.
Thanks.
You can achieve this with Data Views. Find your data in the Left Side Panel, then click Create A View.
Use a filter that doesn't actually filter anything like FID Is Not Blank.
Set your Table Widget to show data from this View and the Action to also filter the View. The Action should only filter the data in the Table now.