All,
In experience builder how do I select a given point feature class inside of a polygon and have the map filter to show only those features?
I am creating a map to show how many people are effected by a given event. This is being done by creating a polygon to represent the effected area and then by selecting the meters in the given polygon. Currently I am doing this via the query tool with a insertion query. I can get it to return a list of the meter in the given area. How do I get the map to filter to only show the meters in that given area and have all statics and graphs update accordingly?
Thanks
Laura
Solved! Go to Solution.
For some widgets you might not find an action that works for what you need, which might you need to create a custom action to add to the experience.
If it is available, I think you could leverage the Select widget and configure for spatial selection. This will allow you to select the desired polygon(s) and then further select the points inside the polygon. Then configure the charts to populate based on selected features, assuming the points are the data source for the charts.
https://doc.arcgis.com/en/experience-builder/latest/configure-widgets/select-widget.htm
This won't filter the map content, but it will highlight them on the map when selected. You could also then use data action "Show on map" to show the selected points on the map as a temporary graphic.
Has anyone used this with a scene viewer in EB? I am trying to select tree points (displayed as 3d features) In an app based on a polygon boundary layer... I cannot seems to just be able to select the polygon and get the tree points to filter by those that fall within.
TIA