I have a few category selectors which filter indicators and other elements on my dashboard. There's a selector for year, for example, so that the user can filter features by the year field (grouped values). When a category value is selected, it is configured to update the indicator.
The indicator has a generic title: 'Outcome in the selected years'. But is there any way to show on the indicator what year values have been selected? For example, if the user selects two different years, can the text on the indicator update to say "There are (number) features in [year1, year2]' where year1, year2 are the years they selected?