Select to view content in your preferred language

Filter Table by Clicking on Map Feature?

249
1
02-20-2025 04:28 AM
DaveK
by
Frequent Contributor

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. 

0 Kudos
1 Reply
JeffreyThompson2
MVP Frequent Contributor

You can achieve this with Data Views. Find your data in the Left Side Panel, then click Create A View.

JeffreyThompson2_0-1740057508579.png

Use a filter that doesn't actually filter anything like FID Is Not Blank.

JeffreyThompson2_1-1740057640412.png

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.

JeffreyThompson2_3-1740057882133.png

 

GIS Developer
City of Arlington, Texas
0 Kudos