Select to view content in your preferred language

Application of 2 spatial filters does not respond correctly in indicators

171
1
06-27-2025 04:18 AM
MiguelSánchezBernal
New Contributor

I have a dashboard in which I filter using entity selectors, when I perform a spatial filter with the selector in the “lower” entity such as a municipality, we see that the filtering is performed correctly in the indicators and layers.
MiguelSnchezBernal_1-1751022275026.png

If I perform the filtering in the first instance in the upper entity, the filter works correctly in layers and indicators. However, once this filtering is done, if I want to filter also in second instance using the “lower” filter, the indicators continue to show only the records of the “upper” filter, the second filtering is not working.

I have checked this case in 2 different organizations of Arcgis Online and Arcgis Enterprise 11.1 and in both the same thing happens.

MiguelSnchezBernal_2-1751022552362.png

MiguelSnchezBernal_3-1751022771145.png

I am using spatial filters in the relationship between the 2 selectors and the indicators.

I have checked this case in 2 different organizations of Arcgis Online and Arcgis Enterprise 11.1 and in both the same thing happens.

 

0 Kudos
1 Reply
Neal_t_k
Frequent Contributor

This should be expected behavior, You have two selectors that are on at the same time, and it is adding those  the two selections.   I don't see a way to say select from the selected in the case of selecting the "higher" then the "lower"

If you want to see this behavior, try it with two semi overlapping polygons.  It is going to show everything inside both polygons.

Maybe not the best option for you but, could you handle the selection differently?  You could try handling these selection by "layer actions" on the map instead and use a polygon feature for your "upper" selection and a centroid point feature for your "lower selection".  You could still use the polygon "lower" layer for visual, but not have it a selectable layer.  When you select the polygon on the map it should show all the point data contained, then if you select a point with in it shows just the point data. 

0 Kudos