Advertisement · 728 × 90
#
Hashtag
#AttributeRules
Advertisement · 728 × 90
Arcade Expression is not working properly. Keeps showing estimated population as "N/A" Hello,  I am in pop up configuration, and my expression was working properly but now, it is not, instead showing N/A below is my code: function safeRound(val) { if (IsEmpty(val)) { return null; } var n = Number(val); if (IsEmpty(n)) { return null; } return Round(n); } function ordinal(n) ...

#AttributeRules #ArcGISOnline

0 0 0 0
Attribute Rules in Field Maps with Hosted Feature Layer I am trying to incorporate attribute rules into field data collection workflows. I created a set of attribute rules at the geodatabase level and then published the gdb as a hosted feature layer in ArcGIS Online. When I added the layer to a web map and tested the attribute rules in Field Maps, the ru...

#attributerules #fieldmaps

0 0 0 0
transfer attributes to more than one field Hello. I have a question about attribute rules Can I create a rule that transfers attributes from one layer to the layer within it, but in more than one field? For example: I have a layer representing sectors, and within each sector there is a set of points. In the sectors layer, I have two fields w...

#attributerules #calculations

0 0 0 0
Preview
Attribute Rule Refinement: Extract Characters from one field, compare coded domain and return domain description Hello My goal with this rule is to get it to auto-populate our municipality field with a domain description when a user types in a parcel number. I have assigned the Municipality_Codes domain to the Municipality field. Here is what the Municipality_Codes domain looks like: The first three numbers ...

#calculatefield #attributerules

0 0 0 0
Preview
Attribute Rule Authoring and Configuration Tips and Best Practices Reposting this article I authored back in 2021 for visibility as it is not easily searchable. In it I discuss the best practices of authoring and configuring attribute rules.    Hopefully you found it useful. https://community.esri.com/t5/attribute-rules-blog/attribute-rule-authoring-and-configurati...

#featuresetbyname #attributerules

0 0 0 0
Preview
Attribute rule not working since the upgrade in ArcGIS Pro 3.5.1 This attribute rule used to work just fine until now. It uses arcade to intersect two polygon layers and calculate the intersecting areas based on a category field. Here is the attribute rule:      var buff = Buffer($feature,-0.001,'feet') var intersectsLayer = Intersects(FeatureSetByName($datasto...

#attributerules

0 0 0 0
Calculation attribute rule using fields from different feature classes I need to create a calculation attribute rule that takes values from two different feature classes. For example, there are two feature classes: "woodland" and "openSpace". These two feature classes have a common column "id" that I can join them by. Both of these feature classes also have "area" fiel...

#attributerules #arcade

0 0 0 0
Preview
Warning Pop-Up for Evaluating Rules on Large Feature Sets Our organization manages millions of parcels within the ArcGIS Pro Parcel Fabric. We have configured a set of evaluation attribute rules that must be checked before reconciling and posting edits. As part of our standard workflow, we rely on the “Modified in this version” filter, as described in this...

#parcelfabric #attributerules

0 0 0 0
What is the difference between Attribute Rules and Data Reviewer? What is the difference between Attribute Rules and Data Reviewer? I read the following paragraph but I did not understand what the difference is. "Data Reviewer is an integrated capability in attribute rule-based workflows, that provides a library of no-code, ready-to-use checks that identify common...

#datareviewer #attributerules

0 0 0 0
Populate missing dates from features in the same feature class I have a feature class of water Mains. About half of the mains are missing the install date, and spatially the lines with missing install dates are in between two lines with dates. Can I use attribute rules to find the install dates of connecting lines and populate the install date with the older da...

#attributerules #fieldcalculator

0 0 0 0
Attribute Rules - Lat/Long in Decimal Degrees Using ArcGIS Pro 3.5 I am attempting to set up an attribute rule which will calculate the Lat/Long for a point feature class. I need the results to be in Decimal Degrees. My layer is currently in NAD 1983 StatePlane Florida East FIPS 0901. I know I need to get the layer to be WGS 1984 if I want deci...

#attributerules #latitude

0 0 0 0
Forms in Web Maps Translate to Field Maps (Updated) I had a post about adding "Forms" to the Hosted Feature Layer in the data tab so the Form works more like an attribute rule. Anyways, I started setting up Forms for layers in our Web Maps but and they work great, but I have to now set up the same forms in Field Maps for every layer. This seems a lit...

#idea #attributerules

0 0 0 0
Forms in Web Maps do not Translate to Field Maps I had a post about adding "Forms" to the Hosted Feature Layer in the data tab so the Form works more like an attribute rule. Anyways, I started setting up Forms for layers in our Web Maps but and they work great, but I have to now set up the same forms in Field Maps for every layer. This seems a lit...

#idea #attributerules

0 0 0 0
How to convert Polygon to Polyline and Push geometry using Arcade? On INSERT of a new polygon feature in Polygon FC, the arcade attribute rule should push that to the Polyline FC? How can we achieve this using Arcade Attribute Rules in ArcGIS Pro? I am working on a rule to consider rings to polyline, but need to know how to push the geometry, and if I am on right t...

#attributerules #arcgispro

0 0 0 0
Geometry functions as calculations: What scale is used? This may be a dumb question, but I remember Arcade's geometry functions varying results by scale-- the farther out you zoom, the more it fudges the answer of things like Intersects(). My question here is: What scale is used for field calculations are the like? Or does it matter in those profiles?   ...

#AttributeRules

0 0 0 0
Geometry functions as calculations: What scale is used? This may be a dumb question, but I remember Arcade's geometry functions varying results by scale-- the farther out you zoom, the more it fudges the answer of things like Intersects(). My question here is: What scale is used for field calculations are the like? Or does it matter in those profiles?   ...

#AttributeRules

0 0 0 0
Change Field Name without removing Attribute Rule I would love to see the ability to change a field name in Pro's Catalog Pane or Catalog View without having to export out the attribute rules, make the field name change, and then re-import the rules and manually have to fix any Arcade references using the old field name. I realize it's best to just...

#fieldname #attributerules

0 0 0 0