Skip to main content

All Questions

Tagged with
1 vote
1 answer
909 views

ArcGIS Pro add attribute rule (Arcade expression)

I am trying to create an Arcade expression in add attribute rule which will auto populate the attribute field (DPA_GROUP) in my points layer (as I create new point features) from the underlying ...
Ryan Chittenden's user avatar
1 vote
1 answer
843 views

Showing label if greater than percentage using Arcade with ArcGIS Pro

I have a text field called PerVax1 that has percentages. I want to create an expression that labels the features when the field has a percentage greater than 30%. Here's some things I've tried so far:...
Pfalbaum's user avatar
  • 911
2 votes
3 answers
5k views

ArcGIS Pro arcade if else statements

I am tasked with sorting Zoning codes numbering over 100 to just 5 (Residential, Office, Commercial, Industrial and Misc). For whatever reason I cannot get Arcade to recognize a text attribute other ...
Stephen Roy Gelling's user avatar
3 votes
1 answer
1k views

Arcade Expression for Label Halo Color

I am trying to label Census Block Groups and Tract ID for the block group feature layer. I would like to label them using different color halos. Is there an arcade expression that will allow me to ...
Thomas Quintero's user avatar
2 votes
1 answer
180 views

Decoding Shape using Arcade in ArcGIS Pro

I have Shape column in ArcGIS Pro. How do I get x,y from it with Arcade?
user1088259's user avatar
1 vote
0 answers
175 views

Attribute rules for location description

Our organization is working on migrating to ArcGIS Pro and the new Utility Network. I am working on replicating Attribute Assistant functions with the new Attribute Rules in a test environment. We ...
James Norquest's user avatar
0 votes
1 answer
859 views

Symbology with Arcade Expression using ArcGIS Pro

I am using ArcGIS Pro 2.6. I have a line feature class, in the attributes of which there is a field "Type", and "Thickness", I need to make a complex Symbology that unites these 2 ...
Anzhi's user avatar
  • 11
0 votes
1 answer
1k views

ArcGIS Pro - Rename attachments in attachment table based on relationship field

I'm looking for a Python 3/Aracade script to field calculate ATT_NAME in an attachment table based off of the REL_GLOBALID. So where REL_GLOBALID is {67CECF26-9BE8-4E37-9408-3BC156DA51C0}, I'd like to ...
RGarcia's user avatar
  • 37
-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
0 votes
2 answers
321 views

How to prevent ArcGIS Pro Arcade expression adding one month on to my desired date?

I am trying to add dates to two date fields in ArcGIS Pro using expressions in Arcade. When I use the expression Date(2020,10,29) the result in the field is 29/11/2020, which is one month later than ...
TeddyTedTed's user avatar
  • 6,130
2 votes
3 answers
2k views

Multiple values for condition in IIF statement in Arcade

I am trying to create an immediate calculation attribute rule for a feature class in ArcGIS Pro (that I hope carries over when published as a feature service on AGOL). I understand the basic syntax: ...
TravisB's user avatar
  • 173
1 vote
0 answers
220 views

Arcade Attribute Rules on joined feature layers (ArcGIS Pro)

I have a series of attribute rules defined. The various fields are referenced using $feature.<fieldname>. I know my rules are valid and well defined because they work fine as long as the ...
Anna Forrest's user avatar
0 votes
1 answer
49 views

Syncronize a graphics item with a symbol in ArcGIS Pro

I would like to create a graphics item, such as a rectangle, and have its fill color always synchronized to the fill color of a particular symbol class in the map, in the same way a legend patch is ...
cmrRose's user avatar
  • 1,150
3 votes
1 answer
2k views

Dynamic/calculated field in ArcGIS Pro via Arcade expression?

In an ESRI video called Getting to Know Arcade, the presenter states that dynamic/calculated fields are possible via Arcade expressions. How many of you have ever been in a situation where you had a ...
User1974's user avatar
  • 1,172
0 votes
1 answer
2k views

ArcGIS Pro 2.5 - Calculate sum of a field in Arcade

I am using ArcGIS Pro 2.5 and I am trying to calculate the sum of a field in Arcade. I used Sum($layer, "Population") However when verifying I get the message that "Object Not Found $...
sMartines's user avatar
  • 121

15 30 50 per page