Skip to main content

All Questions

1 vote
0 answers
263 views

Getting count of intersect in Arcade attribute rule in enterprise geodatabase

Having two feature classes in an enterprise geodatabase like - EGDB.North.Parcels - EGDB.North.ProjectsInvest I am trying to get the total count of Intersection between EGDB.North.Projects in ...
Suffii's user avatar
  • 588
0 votes
1 answer
195 views

Get Associations using Attribute Rules

i am trying to get all content features and put their GlobalID inside new array and use this array later to filter the table or the feature class containing this features. var contentRows = ...
mohamed gamal's user avatar
0 votes
1 answer
470 views

Auto-calculating Geodetic Length using Geographic Coordinate System other than WGS 1984

At How to show geodatabase calculated area and length in meters from WGS84 FC?  (from 2018) it was said that "a little further ahead it will be possible to use Arcade expression (in Pro, not ...
PolyGeo's user avatar
  • 65.2k
-2 votes
2 answers
1k views

Calculate Field gives ERROR 002717: Invalid Arcade expression, Arcade Error: Index out of bounds

I've tried this expression in the Arcade playground and it works as I expect. Number(Split($feature.PVI,"+")[1]) $feature.PVI is a text field that contains something that looks like "R+...
wanderingandy's user avatar