Hi everyone,
I have a task that I would love to turn into a self-service web map using an Arcade Expression, but I don't know if it's possible. I need to calculate the percentage of Houses in Multiple Occupation (HMOs) within 100 metres of an address point.
At the moment I create these density maps in ArcGIS Pro using an address point layer and this field calculation:
(($feature.Curr_HMO + $feature.Proposed_HMO) / ($feature.Curr_HMO + ($feature. Residential - $feature.Resi_Loss)) * 100)
Is it possible using Arcade to run this calculation on the fly by clicking on a point and have the result in a pop-up?
I am still finding my way with Arcade and would appreciate the input of those more experienced with it than me.
TIA for your comments.
for some ideas, here is a similar post
Solved: Arcade expression to calculate percentage - Esri Community