I have an enterprise portal dashboard that contains multiple indicators from the same hosted feature layer. Each dashboard is filtered based on user interactive list selection from the same hosted feature layer. I need to do calculations based on the dynamically filtered values (i.e. sum a set of attribute values selected by the user and then subtract this sum from a constant). I've tried coding this in arcade, but as soon as I interactively apply the filter through choosing an item on the list, the indicator notes "No Data". Am I going about this the wrong way? Is there another way to achieve my goal of showing the difference between the sum of the filtered values and some constant?