I have a dashboard with a category selector. Categories are from a polygon feature layer.
I use the selector to spatially filter a point feature layer and then to zoom to that polygon.
Works like a charm, only the points intersecting with the polygon are visible, so far, so good.
Now I want to add an indicator to show the number of points (visible) in that polygon.
When configuring this as a map action I get the indicator to display the number of points in the extent, not the number of points in the polygon, although only the points in the polygon are visible.
What am I doing wrong here?
Thanks for your time.
Bert
It's been few months since your post. Have you got the issue resolved? I don't think the indicator works as intended with spatial filter. I worded around with preprocessing assign attributes to features. Using attributes to filter instead.
Hi Annie, I didn't resolve the issue yet, I will try your work around, thanks.
Bert