Skip to main content

Questions tagged [attribute-rules]

Use for questions about the Attribute Rules functionality of ArcGIS Pro

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 ...
JAKeeley's user avatar
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 ...
Isaac Bowling's user avatar
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 ...
Mikhayla's user avatar
0 votes
0 answers
64 views

ArcGIS Pro Arcade Expression Attribute Rule: Validation Rule

I am trying to debug this validation rule where its giving me an error: "Edit operations failed. The row contains a bad value." var reason = isEmpty($feature.reason) var number = isEmpty($...
user206005's user avatar
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 ...
Zipper1365's user avatar
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 ...
Calvin's user avatar
  • 11
0 votes
1 answer
61 views

Attribute Rules for M:N Relationship Class and Updating Relationship Class Intermediary Table

Working on an attribute rule that populates a M:N relationship table between two polygon layers in cases where they intersect. In this case the intermediary relationship table is RelationshipTable_AB ...
Boomer1187's user avatar
1 vote
0 answers
75 views

Converting ArcMap DynamicValue rules to Attribute Rules in ArcGIS Pro

I am slowly migrating my work processes from ArcMap to ArcGIS Pro. One of the hold-ups for me is that I have a large table of Attribute Assistant rules in ArcMap that make inputting of utility data ...
Midavalo's user avatar
  • 29.8k
0 votes
0 answers
49 views

Attribute rule to union buffers

I've successfully created an attribute rule to add a new buffer to a polygon feature class (FC) when a new point is added to a point FC. However, now I need to dissolve all buffers in the polygon FC (...
Matt Warren's user avatar
1 vote
1 answer
151 views

Prompt User in ArcGIS Pro Attribute Rules

In Attribute Assistant I have some prompts for the user to enter a value. Sometimes these fields do not have value and the field can be null. Attribute Rules don't have a prompt methodology. I am ...
Mary Ann Reyes's user avatar
3 votes
2 answers
260 views

Combination of maximum values in QGIS

I'm making classification by rules to create a map with different colors; I have 4 values (A,B,C,D) assigned to some areas and I want to find the maximum values between the four in each area. Thus, I ...
Mark's user avatar
  • 33
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
1 vote
2 answers
155 views

Use Trigger field with a calculation attribute rule to deleniate between auto calculated data and manually entered data

I have a calculation attribute rule in Arcade that is meant to have the following fields work in conjunction with each other: Name: eight digit unique ID AMPageName: 5 digit page name that consists ...
JBizz49's user avatar
  • 17
0 votes
1 answer
277 views

Attribute Rule with known criteria to enforce but expression to enforce rule over subset of data (alllow null and other attributes)

I'm trying to add some conditional acceptance criteria for an ArcGIS Pro attribute rule. Basically, I have a feature class with a domain-restricted field (Feature) that has a few values ("PAR&...
JBizz49's user avatar
  • 17
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

15 30 50 per page