Select to view content in your preferred language

Arcade Expression that caculates percentage of X within Y metres of point: Is it possible?

578
1
12-19-2023 03:34 AM
Labels (2)
doddk
by
New Contributor

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.

Tags (2)
0 Kudos
1 Reply
DanPatterson
MVP Esteemed Contributor

for some ideas, here is a similar post

Solved: Arcade expression to calculate percentage - Esri Community


... sort of retired...
0 Kudos