Skip to main content

All Questions

Tagged with
3 votes
1 answer
683 views

Setting label value for varied symbology by attribute using size as variation

In using ArcGIS Pro 2.4.1, I wanted to have symbology that represented two attributes at one time. This is possible using a variety of symbology setups, specifically, I did the following: Created a ...
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 ...
0 votes
1 answer
45 views

Restricting numeric fields to specific ranges using ArcGIS Pro Attribute Rules (Arcade)

Working in ArcGIS Pro 3.1.2 and trying to use Attribute Rules to restrict the values in a couple numeric fields. The ESRI documentation does not specify how this might be answered, despite my best ...
0 votes
0 answers
36 views

ArcGIS Pro 3.2.1 Attribute Rule error: Return type is not compatible with field type

I have a point layer and a standalone table within a relationship class that both have date fields. I have an Arcade script that is supposed to update the date field within the point layer using the ...
1 vote
1 answer
102 views

Arcade script to return color-coded value from attribute field

I am working in ArcGIS Pro pop-ups Expressions and I have parsed together an Arcade script to search an attribute field in ArcGIS Pro for some words, and then return the words color-coded into the pop-...
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 = ...
1 vote
1 answer
80 views

Attribute Rules for ArcGIS Pro to transfer attribute from Line to Point

I want to use attribute rules to transfer an attribute from lines to points based on which end of the line a point intersects. I have a set of Flow Meter Points that intersect Pipe Lines. They are ...
0 votes
1 answer
87 views

Removing line or row if value is empty or null in Arcade [duplicate]

I am trying to remove lines in a pop-up which have blank values or . Example below: var fieldz = { Category: DomainName($feature, "Category"), Project: $feature.ProjectName, Stat: $feature....
0 votes
0 answers
54 views

Combining two Arcade expressions to calculate field and update parent class

I currently have two Arcade expressions as attribute rules that I need to combine into one because they evaluate in the wrong order, but I can't figure out how to combine them. I need GPM calculated ...
1 vote
1 answer
1k views

Round and truncate numeric label in ArcGIS Pro

I have a numeric field that I'd like to use as a label in ArcGIS Pro, but would only like to show the first two digits of that field. For example, The value in the table is "7,903,043" but I ...
0 votes
0 answers
46 views

Troubleshoot Attribute Rule to Update Parent Table

I am using ArcGIS Pro 3.2.1 and working with an Arcade expression to update a parent layer when new inspections are performed in the related table. I have tried a 1:M relationship class with GlobalIDs,...
0 votes
1 answer
144 views

Calculate date difference between current date and previous date using Arcade with ArcGIS Pro

I can't find the error in my code. I am trying to calculate the difference between the current date and a previous inspection date. I want the difference to be calculated in days. I am using ArcGIS ...
1 vote
3 answers
514 views

ArcGIS Pro Arcade Expression for various characters in the Asset Id field

I'm looking for an arcade expression for arcgis pro symbology. Involves the Asset ID field to symbolise based on text within an asset ID. Say if the asset ID contains C2 then blue (for instance), or ...
1 vote
0 answers
40 views

My ArcGIS Pro attribute rule to update facilityids sequentially is not working

I have a featureclass with the field "FACILITYID". There are values in it that go up to P-72340. I am trying to create an attribute rule so that each time a feature is inserted, the ...
0 votes
0 answers
25 views

Rebuilding labeling from ArcGIS Pro to ArcGIS Online

I have multiple layers in an ArcGIS Pro project with vbs scripted labeling. I have created a Web Map on ArcGIS Online that uses these feature classes. I wish to rebuild the labeling in ArcGIS Online ...

15 30 50 per page
1
2 3 4 5