Select to view content in your preferred language

with Attribute rules write arcade expression and calculate a field

388
0
12-19-2023 11:33 AM
Labels (1)
MRReddy
Occasional Contributor

Product: I'm currently using ArcGIS Pro version 3.2.

Backend Database: SQL

 

Attached Image

I am working on adding an attribute rule to a feature class using Arcade Expression.

The feature class in question is 'FeatureClassA' with Point Geometry, and I am specifically looking to add an attribute rule named 'RuleA'.

Within 'FeatureClassA,' there exists a field named 'countryCode.'

Additionally, there is another feature class named 'CountryCodeFeatureClass' which contains the Polygon Geometry of all countries.

Am trying to, upon inserting a record into 'FeatureClassA,' performs an overlay/intersection operation with the second feature class 'CountryCodeFeatureClass.' The resulting value should then be updated in the 'countryCode' field of 'FeatureClassA.'

Thank you in advance for any guidance or assistance provided.

 

MRReddy_0-1703015125615.png

 

MRReddy_1-1703015189826.png

 

0 Kudos
0 Replies