<?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>topic Re: Calculate Field question in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/calculate-field-question/m-p/1091391#M44749</link>
    <description>&lt;P&gt;That works, thanks tim!&lt;/P&gt;</description>
    <pubDate>Mon, 23 Aug 2021 20:42:34 GMT</pubDate>
    <dc:creator>CZU_MatthewMosher</dc:creator>
    <dc:date>2021-08-23T20:42:34Z</dc:date>
    <item>
      <title>Calculate Field question</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/calculate-field-question/m-p/1091356#M44745</link>
      <description>&lt;P&gt;I'm new to using Modelbuilder and Arcade expressions and am trying to automate some daily processes.&amp;nbsp;I'm using the Calculate Field geoprocessing tool within modelbuilder to calculate the percentage of total acreage within a fire perimeter for each polygon. Currently, I am updating the total fire acreage in the model each day manually. Is it possible to pull the total acreage field from a feature class in separate geodatabase within the map frame automatically with Python or Arcade? In this case, I would want to pull the data from a geodatabase named "Event Group - All Layers", from a feature class named "Event Polygon", and from a field named "Acres".&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm currently using the code below. The 725821.5 is what I would like to replace with a reference to the Event Polygon feature class.&lt;/P&gt;&lt;P&gt;$feature.Acres / 725821.5 * 100&lt;/P&gt;&lt;P&gt;If it's not possible to reference a separate geodatabase, it could also be done by dividing&amp;nbsp;$feature.Acres by the sum of&amp;nbsp;$feature.Acres, although I haven't been able to figure out how to do that.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for any help!&lt;/P&gt;&lt;P&gt;Matthew&lt;/P&gt;</description>
      <pubDate>Mon, 23 Aug 2021 20:00:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/calculate-field-question/m-p/1091356#M44745</guid>
      <dc:creator>CZU_MatthewMosher</dc:creator>
      <dc:date>2021-08-23T20:00:08Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate Field question</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/calculate-field-question/m-p/1091379#M44748</link>
      <description>&lt;P&gt;There is a solution for calculating the sum of the field automatically using Python in this post:&amp;nbsp;&lt;A href="https://community.esri.com/t5/python-questions/field-calculator-sum-of-field/m-p/141870/highlight/true#M11036" target="_blank" rel="noopener"&gt;Field calculator, sum of field.&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Aug 2021 20:28:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/calculate-field-question/m-p/1091379#M44748</guid>
      <dc:creator>Tim_McGinnes</dc:creator>
      <dc:date>2021-08-23T20:28:36Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate Field question</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/calculate-field-question/m-p/1091391#M44749</link>
      <description>&lt;P&gt;That works, thanks tim!&lt;/P&gt;</description>
      <pubDate>Mon, 23 Aug 2021 20:42:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/calculate-field-question/m-p/1091391#M44749</guid>
      <dc:creator>CZU_MatthewMosher</dc:creator>
      <dc:date>2021-08-23T20:42:34Z</dc:date>
    </item>
  </channel>
</rss>

