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
Can you provide the code as copyable text in this post?
Hi Bud,
Here's the Arcade expression used on the video:
var fsTotal= Mean($feature.HammerTest,$feature.WiringCond,$feature.PanelCond,$feature.PoleCond)return fsTotal