I use an indicator as a counter that displays, by default, the total count of 2 types of features ("Status" = "A" and "Status" = "B") with a filter that looks like "Status" not equal "C". For ex: "A" (281) + "B" (4) = 285. "C" = 2
One of my category selectors, in the Side Panel, is using the same hosted feature layer source as the indicator, and is called "Status". It is also connected to the indicator. In a dropdown list, the user can select "A", "B" or "C". When "A", or "B" or "C" is selected, I want the counter indicator to display the number of "A", or "B" or "C". That is, going back to the example: 281, or 4, or 2.
Now, when the user selects "C", the indicator displays 0 instead of 2. Which is expected since "C" is filtered out by default in the indicator. How can I make the selection "C" override the filter in the indicator so that it displays 2 and not 0?