Create an Immediate Calculation Rule

383
2
02-26-2024 09:28 AM
CaitlynNorth
Esri Contributor

Check out the newest video in our ArcGIS Pro Shorts series to learn how to create an immediate calculation rule to help auto populate fields during data entry and the editing process in ArcGIS Pro!

Recorded by: @GraceAnderson 

Watch here 

2 Replies
Bud
by
Honored Contributor

Can you provide the code as copyable text in this post?

0 Kudos
ValeriaChavez
Esri Contributor

Hi Bud,

Here's the Arcade expression used on the video: 

var fsTotal= Mean($feature.HammerTest,$feature.WiringCond,$feature.PanelCond,$feature.PoleCond)

return fsTotal