<?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: Create Sum of Fields from Multiple Layers in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/create-sum-of-fields-from-multiple-layers/m-p/1411288#M81992</link>
    <description>&lt;P&gt;Use the &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/analysis/union.htm" target="_self"&gt;Union tool&lt;/A&gt; with your three layers as input.&amp;nbsp; Using your example of 3 simple layers, the output of Union will be 7 polygons which is what you need to sum your attributes.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To demonstrate, I made three feature classes, &lt;STRONG&gt;Circle1&lt;/STRONG&gt;, &lt;STRONG&gt;Circle2&lt;/STRONG&gt;, and &lt;STRONG&gt;Circle3&lt;/STRONG&gt; that look like your example.&amp;nbsp; Each of these feature classes has a field &lt;EM&gt;Stuff&lt;/EM&gt; (integer) which I used to label the 3 layers shown below.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Dale_Honeycutt_1-1713393293788.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/101297i36EBBA16683B4893/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Dale_Honeycutt_1-1713393293788.png" alt="Dale_Honeycutt_1-1713393293788.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Below is the attribute table that is the result of Union (I called the output &lt;STRONG&gt;Venn&lt;/STRONG&gt;).&amp;nbsp; The &lt;EM&gt;FID_Circle1&lt;/EM&gt; column is the OBJECTID of the &lt;STRONG&gt;Circle1&lt;/STRONG&gt; layer, &lt;EM&gt;FID_Circle2&lt;/EM&gt; is the OBJECTID of the &lt;STRONG&gt;Circle2&lt;/STRONG&gt; layer, and so forth.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The attribute table of &lt;STRONG&gt;Venn&lt;/STRONG&gt; has 3 fields named 'Stuff'&amp;nbsp; that is actually the &lt;U&gt;alias name&lt;/U&gt; of the field... if you open the Fields View found while viewing the attribute table, you'll see that their actual field name is &lt;EM&gt;Stuff&lt;/EM&gt;, &lt;EM&gt;Stuff1&lt;/EM&gt;, and &lt;EM&gt;Stuff12&lt;/EM&gt;.&amp;nbsp; It's just Pro's way of uniquely identifying duplicate field names.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Dale_Honeycutt_0-1713393018995.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/101295iFAD415993BF2C97B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Dale_Honeycutt_0-1713393018995.png" alt="Dale_Honeycutt_0-1713393018995.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Here's the Field View of &lt;STRONG&gt;Venn&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Dale_Honeycutt_4-1713394165545.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/101301iBAFED989801256C0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Dale_Honeycutt_4-1713394165545.png" alt="Dale_Honeycutt_4-1713394165545.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I added the &lt;EM&gt;SumOfStuff&lt;/EM&gt;&amp;nbsp;field using the Add Field tool, then used the Calculate Field tool with this expression:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Dale_Honeycutt_2-1713393639398.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/101299i001FDE1B4DCB93CB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Dale_Honeycutt_2-1713393639398.png" alt="Dale_Honeycutt_2-1713393639398.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I just clicked the 3 different 'Stuff' fields in the list and it populates the expression with the real field name..(Kinda confusing, right?)&lt;/P&gt;&lt;P&gt;Here's the result, labeled by SumOfStuff&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Dale_Honeycutt_3-1713393748634.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/101300iD6C649C549D8EA85/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Dale_Honeycutt_3-1713393748634.png" alt="Dale_Honeycutt_3-1713393748634.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 17 Apr 2024 23:13:01 GMT</pubDate>
    <dc:creator>Dale_Honeycutt</dc:creator>
    <dc:date>2024-04-17T23:13:01Z</dc:date>
    <item>
      <title>Create Sum of Fields from Multiple Layers</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/create-sum-of-fields-from-multiple-layers/m-p/1410910#M81954</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm trying to figure out how to create a new layer that reflects the sum of one field from each of the underlying layers.&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example, consider three overlapping circular polygons (each circular polygon is a different layer with the an identically names field VALUE). The first circular polygon has a VALUE of 1, the second circular polygon has a VALUE of 2, and the third circular polygon has a VALUE of 3.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to create a new layer that sums the VALUE field from the underlying circular polygons and brings those values to the surface (please see attached image for what I want this new layer to look like.&amp;nbsp;&lt;/P&gt;&lt;P&gt;What tool can I use to accomplish this task? I'm sorry if this is a simple question... Thank you for your time!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Venn Diagram.png" style="width: 527px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/101219iD0B669992CE33720/image-size/large?v=v2&amp;amp;px=999" role="button" title="Venn Diagram.png" alt="Venn Diagram.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2024 13:48:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/create-sum-of-fields-from-multiple-layers/m-p/1410910#M81954</guid>
      <dc:creator>TSmoothC</dc:creator>
      <dc:date>2024-04-17T13:48:28Z</dc:date>
    </item>
    <item>
      <title>Re: Create Sum of Fields from Multiple Layers</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/create-sum-of-fields-from-multiple-layers/m-p/1411256#M81988</link>
      <description>&lt;P&gt;I'm thinking a &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/analysis/spatial-join.htm" target="_self"&gt;Spatial Join (Analysis)&lt;/A&gt; GP tool with a SUM Field Map parameter will do the job here!&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2024 21:37:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/create-sum-of-fields-from-multiple-layers/m-p/1411256#M81988</guid>
      <dc:creator>Robert_LeClair</dc:creator>
      <dc:date>2024-04-17T21:37:46Z</dc:date>
    </item>
    <item>
      <title>Re: Create Sum of Fields from Multiple Layers</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/create-sum-of-fields-from-multiple-layers/m-p/1411288#M81992</link>
      <description>&lt;P&gt;Use the &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/analysis/union.htm" target="_self"&gt;Union tool&lt;/A&gt; with your three layers as input.&amp;nbsp; Using your example of 3 simple layers, the output of Union will be 7 polygons which is what you need to sum your attributes.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To demonstrate, I made three feature classes, &lt;STRONG&gt;Circle1&lt;/STRONG&gt;, &lt;STRONG&gt;Circle2&lt;/STRONG&gt;, and &lt;STRONG&gt;Circle3&lt;/STRONG&gt; that look like your example.&amp;nbsp; Each of these feature classes has a field &lt;EM&gt;Stuff&lt;/EM&gt; (integer) which I used to label the 3 layers shown below.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Dale_Honeycutt_1-1713393293788.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/101297i36EBBA16683B4893/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Dale_Honeycutt_1-1713393293788.png" alt="Dale_Honeycutt_1-1713393293788.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Below is the attribute table that is the result of Union (I called the output &lt;STRONG&gt;Venn&lt;/STRONG&gt;).&amp;nbsp; The &lt;EM&gt;FID_Circle1&lt;/EM&gt; column is the OBJECTID of the &lt;STRONG&gt;Circle1&lt;/STRONG&gt; layer, &lt;EM&gt;FID_Circle2&lt;/EM&gt; is the OBJECTID of the &lt;STRONG&gt;Circle2&lt;/STRONG&gt; layer, and so forth.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The attribute table of &lt;STRONG&gt;Venn&lt;/STRONG&gt; has 3 fields named 'Stuff'&amp;nbsp; that is actually the &lt;U&gt;alias name&lt;/U&gt; of the field... if you open the Fields View found while viewing the attribute table, you'll see that their actual field name is &lt;EM&gt;Stuff&lt;/EM&gt;, &lt;EM&gt;Stuff1&lt;/EM&gt;, and &lt;EM&gt;Stuff12&lt;/EM&gt;.&amp;nbsp; It's just Pro's way of uniquely identifying duplicate field names.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Dale_Honeycutt_0-1713393018995.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/101295iFAD415993BF2C97B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Dale_Honeycutt_0-1713393018995.png" alt="Dale_Honeycutt_0-1713393018995.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Here's the Field View of &lt;STRONG&gt;Venn&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Dale_Honeycutt_4-1713394165545.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/101301iBAFED989801256C0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Dale_Honeycutt_4-1713394165545.png" alt="Dale_Honeycutt_4-1713394165545.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I added the &lt;EM&gt;SumOfStuff&lt;/EM&gt;&amp;nbsp;field using the Add Field tool, then used the Calculate Field tool with this expression:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Dale_Honeycutt_2-1713393639398.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/101299i001FDE1B4DCB93CB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Dale_Honeycutt_2-1713393639398.png" alt="Dale_Honeycutt_2-1713393639398.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I just clicked the 3 different 'Stuff' fields in the list and it populates the expression with the real field name..(Kinda confusing, right?)&lt;/P&gt;&lt;P&gt;Here's the result, labeled by SumOfStuff&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Dale_Honeycutt_3-1713393748634.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/101300iD6C649C549D8EA85/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Dale_Honeycutt_3-1713393748634.png" alt="Dale_Honeycutt_3-1713393748634.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2024 23:13:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/create-sum-of-fields-from-multiple-layers/m-p/1411288#M81992</guid>
      <dc:creator>Dale_Honeycutt</dc:creator>
      <dc:date>2024-04-17T23:13:01Z</dc:date>
    </item>
  </channel>
</rss>

