<?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: Save Output in Table without overriding in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/save-output-in-table-without-overriding/m-p/1322453#M72461</link>
    <description>&lt;P&gt;Thanks &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/406743"&gt;@TonyContreras_Frisco_TX&lt;/a&gt;&amp;nbsp;and &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/697378"&gt;@TimThiele&lt;/a&gt;&amp;nbsp;for your help here!&lt;/P&gt;&lt;P&gt;I think this questions is better suited for &lt;A href="https://community.esri.com/t5/arcgis-pro-questions/bd-p/arcgis-pro-questions" target="_self"&gt;ArcGIS Pro Questions&lt;/A&gt;. I'm moving it there.&lt;/P&gt;</description>
    <pubDate>Fri, 25 Aug 2023 10:29:45 GMT</pubDate>
    <dc:creator>Raul_Jimenez</dc:creator>
    <dc:date>2023-08-25T10:29:45Z</dc:date>
    <item>
      <title>Save Output in Table without overriding</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/save-output-in-table-without-overriding/m-p/1304387#M72458</link>
      <description>&lt;P&gt;Hello dear ESRI community,&lt;BR /&gt;&lt;BR /&gt;I have a problem with creating a table in ModelBuilder.&lt;BR /&gt;The ModelBuilder should:&lt;BR /&gt;For each individual circular-area, give out the number of locations only inside the area (image 1 green dots) and save the sum of all attributes for CO2 into a new table.&lt;BR /&gt;&lt;BR /&gt;The code (see image 2) works for a single area and I have already set an iteration right at the beginning of the code. but I think that after the sum statistic, the table is created but the column is overwritten after each iteration.But I would like to save each iteration step as a separate row in the output table.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;Question:&lt;/STRONG&gt;&lt;BR /&gt;How do I save the result as a new row in the table after each iteration?&lt;BR /&gt;Is there a tool or a basic method to implement this?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;Image 1:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Image1.JPG" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/74489i3E0C7178E3FB78ED/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Image1.JPG" alt="Image1.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Image 2:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Image2.JPG" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/74488iA7BF462ED2377EF4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Image2.JPG" alt="Image2.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;</description>
      <pubDate>Fri, 30 Jun 2023 08:29:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/save-output-in-table-without-overriding/m-p/1304387#M72458</guid>
      <dc:creator>TimThiele</dc:creator>
      <dc:date>2023-06-30T08:29:02Z</dc:date>
    </item>
    <item>
      <title>Re: Save Output in Table without overriding</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/save-output-in-table-without-overriding/m-p/1304470#M72459</link>
      <description>&lt;P&gt;Model Builder includes an &lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/analysis/geoprocessing/modelbuilder/iterators-for-looping.htm" target="_blank" rel="noopener"&gt;Iterator element&lt;/A&gt; that can used in this situation. Only one iterator can be used in a model.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jun 2023 14:30:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/save-output-in-table-without-overriding/m-p/1304470#M72459</guid>
      <dc:creator>TonyContreras_Frisco_TX</dc:creator>
      <dc:date>2023-06-29T14:30:44Z</dc:date>
    </item>
    <item>
      <title>Re: Save Output in Table without overriding</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/save-output-in-table-without-overriding/m-p/1304784#M72460</link>
      <description>&lt;P&gt;Hi Tony,&lt;/P&gt;&lt;P&gt;I have already set an iteration right at the beginning of the code.&lt;BR /&gt;This is also executed, however I would like to save each iteration step as a separate row in the output table.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jun 2023 08:24:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/save-output-in-table-without-overriding/m-p/1304784#M72460</guid>
      <dc:creator>TimThiele</dc:creator>
      <dc:date>2023-06-30T08:24:58Z</dc:date>
    </item>
    <item>
      <title>Re: Save Output in Table without overriding</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/save-output-in-table-without-overriding/m-p/1322453#M72461</link>
      <description>&lt;P&gt;Thanks &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/406743"&gt;@TonyContreras_Frisco_TX&lt;/a&gt;&amp;nbsp;and &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/697378"&gt;@TimThiele&lt;/a&gt;&amp;nbsp;for your help here!&lt;/P&gt;&lt;P&gt;I think this questions is better suited for &lt;A href="https://community.esri.com/t5/arcgis-pro-questions/bd-p/arcgis-pro-questions" target="_self"&gt;ArcGIS Pro Questions&lt;/A&gt;. I'm moving it there.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Aug 2023 10:29:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/save-output-in-table-without-overriding/m-p/1322453#M72461</guid>
      <dc:creator>Raul_Jimenez</dc:creator>
      <dc:date>2023-08-25T10:29:45Z</dc:date>
    </item>
  </channel>
</rss>

