Is there any way, using Arcade, to access the number of selected points of a map in an indicator of a Dashboard?
I would like to find the accumulated value of a field of each point and to show it in an indicator as the mean of all the selected points, i.e. I want to calculate first the sum of each point, and then the mean of all the sums.
If I could access the number of selected points, it would be very easy: (sum)/(nº of points).
If there is not a way to access this value, is there any other way to do what I am trying to do usinc Arcade?
Thank you so much.