I have a dashboard with three feature layers. Each layer has an indicator that shows the number of features in that layer. I wanted to create an indicator that showed the count of features in all 3 layers combined. So, I used a data expression to return a very simple FeatureSet that contains a single feature with the count of all 3 layers.
The indicators also change values based on options chosen using the selectors. For instance, if a selector is used to filter out features, then the indicators change to reflect how many of those features are still being displayed on the map.
I want the indicator showing the total of all 3 layers to also change to reflect the new sum of the first three layers. However, it doesn't change, and I have no options to select a filter in the indicator properties either.
Is there a way to accomplish this? I know my data expression is probably too simple to accomplish this, but I'm still new to using Arcade.