I'm developing a damage assessment solution using a hosted feature service. I'd like to create a dashboard that displays a sum of the total estimated building damage cost based on a calculation in the map using the parcel where the collected assessments intersect.
I can't use a calculated field because those don't support offline maps, and being able to take my map offline is a hard requirement.
I created some Arcade expressions in my map popup to calculate things like Parcel ID, Building Value, and Estimated Damage Cost based on the parcel where the point intersects in the map, using the Intersects($map.Parcels, "") reference.
However, Dashboards won't let me use those expressions because it queries the data source, and not the map. If there was an option to do so, it would make my life a whole lot easier.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.