Indicator in my dashboard shows sum of attribute values from 2 layers (both same structure). I have a working arcade code for this. The problem is that I need to have one Category Selector for each layer. Is there a way how to combine these two Selectors filtering data for the Indicator? For example when I select two features from layer_1 in selector_1 and 3 features from layer_2 in selector_2, I need it to show sum of field values of 5 selected features (not "no data" as currently shown).
A solution could be to use sum of Value (sum of attribut values layer_1) and Reference (sum of attribut values layer_2) in the Indicator, but it's not possilble to check "Render only when filtered" for Reference in Category Selector Actions. This would be a problem for my dashboard.
Thank you for any suggestion!
Zuzana