Hi community! I am working on a visualization in ArcGIS Experience Builder. I have a map, a filter, and dynamic text. The filter filters entities by year, and the dynamic text displays the count of entities. Currently, the text shows the total number of entities based on the map extent, but I also want it to display the total number of entities for the selected year in the count. Would you know how I can achieve this?
Thanks!
FYI I'm not seeing the count change as the map extent changes, so I'll start with that:
To get the count once you've filtered, the dynamic text set up above should respond to the filter since the filter automatically works with the framework. I would double-check your filter. I happen to have a similar filter where a user selects a year from a pre-defined list, using the "contains" operator for the year:
In my case, I've got a text field with years separated by commas (e.g., "2024, 2023, 2018, 2011"), but I think the contains operator should work with an actual date field too.
If you run into issues, I don't mind helping you troubleshoot. =]