<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>idea Live functions to calculate geometry like excel in ArcGIS Pro Ideas</title>
    <link>https://community.esri.com/t5/arcgis-pro-ideas/live-functions-to-calculate-geometry-like-excel/idi-p/1177506</link>
    <description>&lt;P&gt;Can we make an attribute have a function for calculating geometry?&amp;nbsp; Re-Calculating the Acres field after an edit can lead to data trust issues.&amp;nbsp; Many people assume that editing the shape of a polygon will automatically update the added Acres field like the SHAPE_Length and SHAPE_Area fileds.&amp;nbsp; Having the ability to add a live function to the definition of an attribute would decrease the error of forgetting to go back and re-calculate an Acres field.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would love to hear how others have solved this issue with GDB design, Domains or workflows.&amp;nbsp; I was hopeful that the Data Engineering tool would help but I am not seeing it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The ability to have a column function has been part of Excel and should be available in ArcGIS PRO too.&lt;/P&gt;</description>
    <pubDate>Thu, 26 May 2022 13:08:25 GMT</pubDate>
    <dc:creator>graharg_MAO</dc:creator>
    <dc:date>2022-05-26T13:08:25Z</dc:date>
    <item>
      <title>Live functions to calculate geometry like excel</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/live-functions-to-calculate-geometry-like-excel/idi-p/1177506</link>
      <description>&lt;P&gt;Can we make an attribute have a function for calculating geometry?&amp;nbsp; Re-Calculating the Acres field after an edit can lead to data trust issues.&amp;nbsp; Many people assume that editing the shape of a polygon will automatically update the added Acres field like the SHAPE_Length and SHAPE_Area fileds.&amp;nbsp; Having the ability to add a live function to the definition of an attribute would decrease the error of forgetting to go back and re-calculate an Acres field.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would love to hear how others have solved this issue with GDB design, Domains or workflows.&amp;nbsp; I was hopeful that the Data Engineering tool would help but I am not seeing it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The ability to have a column function has been part of Excel and should be available in ArcGIS PRO too.&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2022 13:08:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/live-functions-to-calculate-geometry-like-excel/idi-p/1177506</guid>
      <dc:creator>graharg_MAO</dc:creator>
      <dc:date>2022-05-26T13:08:25Z</dc:date>
    </item>
    <item>
      <title>Re: Live functions to calculate geometry like excel</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/live-functions-to-calculate-geometry-like-excel/idc-p/1177509#M19696</link>
      <description>&lt;P&gt;This is simple enough with &lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/data/geodatabases/overview/an-overview-of-attribute-rules.htm" target="_blank"&gt;Attribute Rules&lt;/A&gt;. You can configure an attribute rule to update a field any time the feature is edited.&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2022 13:14:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/live-functions-to-calculate-geometry-like-excel/idc-p/1177509#M19696</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2022-05-26T13:14:17Z</dc:date>
    </item>
    <item>
      <title>Re: Live functions to calculate geometry like excel - Status changed to: Already Offered</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/live-functions-to-calculate-geometry-like-excel/idc-p/1177513#M19697</link>
      <description>&lt;P&gt;As&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/363906"&gt;@jcarlson&lt;/a&gt;&amp;nbsp;noted, this is possible through the use of Attribute Rules. Here is an example maintaining x, y, z&amp;nbsp;&lt;A href="https://www.esri.com/arcgis-blog/products/arcgis-pro/data-management/get-to-the-point-automatically-maintain-xyz-attribute-values-with-arcgis-pro-and-attribute-rules/" target="_blank"&gt;Get to the Point: Automatically maintain x,y,z attribute values with ArcGIS Pro and attribute rules&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The same concept can be applied to maintain an Acres field.&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2022 13:23:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/live-functions-to-calculate-geometry-like-excel/idc-p/1177513#M19697</guid>
      <dc:creator>KoryKramer</dc:creator>
      <dc:date>2022-05-26T13:23:31Z</dc:date>
    </item>
    <item>
      <title>Re: Live functions to calculate geometry like excel</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/live-functions-to-calculate-geometry-like-excel/idc-p/1177524#M19698</link>
      <description>&lt;P&gt;I will reiterate what&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/363906"&gt;@jcarlson&lt;/a&gt;&amp;nbsp;and &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/129401"&gt;@KoryKramer&lt;/a&gt;&amp;nbsp;said and add a little more. Set up an Attribute Rule on the field you'd like to store the data, set it to run when a feature is edited / updated, and use the following arcade expression (area given as example).&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Area&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN class=""&gt;$feature&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN class=""&gt;'acres'&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;One note about Attribute Rules, they will prevent you from using the Feature Class they apply to in ArcMap, so if you have people who will edit the data in ArcMap, Attribute Rules may not be a viable option.&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2022 14:00:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/live-functions-to-calculate-geometry-like-excel/idc-p/1177524#M19698</guid>
      <dc:creator>ScottFedak2085</dc:creator>
      <dc:date>2022-05-26T14:00:16Z</dc:date>
    </item>
    <item>
      <title>Re: Live functions to calculate geometry like excel</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/live-functions-to-calculate-geometry-like-excel/idc-p/1541049#M32182</link>
      <description>&lt;P&gt;I stumbled upon this while looking for a solution for an&amp;nbsp;&lt;U&gt;auto-updating&lt;/U&gt;&amp;nbsp;point feature class field that shows its X,Y,Z coordinates, similar to SHAPE_LENGTH &amp;amp; SHAPE_AREA for line &amp;amp; polygon feature classes.&lt;/P&gt;&lt;P&gt;I know this idea is two years old and a little niche, but I feel like Attribute Rules only partially solve the problem.&lt;/P&gt;&lt;P&gt;We are not currently able to deploy Attribute Rules, because a feature class with AR can't be opened in ArcMap.&amp;nbsp; Not only do we still have some users that haven't made the switch, a number of our feature classes are tied to external legacy services that either don't yet support Pro GDBs or will require significant R&amp;amp;D time to make that switch.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My team has been ready &amp;amp; waiting to deploy ARs for over a year now.&amp;nbsp; But our larger organization that manages our SDE is looking at something like a year or more&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;still to go&lt;/EM&gt;&lt;/STRONG&gt; before we are allowed to deploy them because of those interlinked services.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Until a more significant percentage of the GIS world has made the full switch to supporting Pro, I think it's unrealistic to rely on a Pro-specific feature being the only option.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Sep 2024 20:11:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/live-functions-to-calculate-geometry-like-excel/idc-p/1541049#M32182</guid>
      <dc:creator>MErikReedAugusta</dc:creator>
      <dc:date>2024-09-20T20:11:27Z</dc:date>
    </item>
    <item>
      <title>Re: Live functions to calculate geometry like excel</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/live-functions-to-calculate-geometry-like-excel/idc-p/1542053#M32213</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/554590"&gt;@graharg_MAO&lt;/a&gt;&amp;nbsp;What kind of geodatabase? For example, Oracle 18c 10.7.1 enterprise geodatabase.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Sep 2024 17:41:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/live-functions-to-calculate-geometry-like-excel/idc-p/1542053#M32213</guid>
      <dc:creator>Bud</dc:creator>
      <dc:date>2024-09-24T17:41:45Z</dc:date>
    </item>
  </channel>
</rss>

