<?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: Help with merging rows in an attribute table in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/help-with-merging-rows-in-an-attribute-table/m-p/586511#M19419</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If it's a polygon have tried dissolving it to fields a,b,c,d&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Mar 2015 01:53:07 GMT</pubDate>
    <dc:creator>GrahamW</dc:creator>
    <dc:date>2015-03-05T01:53:07Z</dc:date>
    <item>
      <title>Help with merging rows in an attribute table</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/help-with-merging-rows-in-an-attribute-table/m-p/586509#M19417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey guys,&lt;/P&gt;&lt;P&gt; I'm pretty stuck right now. I have four different ID values in the attribute (A-D), and within each ID value, there are several of the same sum value, such as Value A has an area of 626.33 square feet, and this will show up numerous times in the table, but I just want it once. If that explanation wasn't terrible enough, let me show you what I'm workin with..&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/legacyfs/online/68439_yeh.png"&gt;&lt;IMG alt="yeh.png" class="image-1 jive-image" height="658" src="https://community.esri.com/legacyfs/online/68439_yeh.png" style="height: auto;" width="416" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I just one one A row, one B row, etc.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Mar 2015 01:42:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/help-with-merging-rows-in-an-attribute-table/m-p/586509#M19417</guid>
      <dc:creator>ThomasMichaels</dc:creator>
      <dc:date>2015-03-05T01:42:46Z</dc:date>
    </item>
    <item>
      <title>Re: Help with merging rows in an attribute table</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/help-with-merging-rows-in-an-attribute-table/m-p/586510#M19418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thomas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you try to summarize the LeaseID's field?&lt;/P&gt;&lt;P&gt;It would work to summary each of ID (A,B,C,D,etc)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-anggi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Mar 2015 01:46:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/help-with-merging-rows-in-an-attribute-table/m-p/586510#M19418</guid>
      <dc:creator>AnggiKusumawardani</dc:creator>
      <dc:date>2015-03-05T01:46:37Z</dc:date>
    </item>
    <item>
      <title>Re: Help with merging rows in an attribute table</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/help-with-merging-rows-in-an-attribute-table/m-p/586511#M19419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If it's a polygon have tried dissolving it to fields a,b,c,d&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Mar 2015 01:53:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/help-with-merging-rows-in-an-attribute-table/m-p/586511#M19419</guid>
      <dc:creator>GrahamW</dc:creator>
      <dc:date>2015-03-05T01:53:07Z</dc:date>
    </item>
    <item>
      <title>Re: Help with merging rows in an attribute table</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/help-with-merging-rows-in-an-attribute-table/m-p/586512#M19420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thomas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Given the Table above there are a few options on how to proceed. Some of these Options depend on where you are storing your information, others on the purpose for the dataset. Here is a quick rundown&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;(as suggested by anggi) Summarise or dissolve your data&lt;OL&gt;&lt;LI&gt;this will mean that where you have a single feature that is adjacent to another of the same value then it will aggregate the feature into one&lt;/LI&gt;&lt;LI&gt;alternatively if you have 2 features of same value not adjacent or touching, it will create a single multi part feature&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;if you do not want multi part polygons You could normalise your table&lt;OL&gt;&lt;LI&gt;if being used for editing will require a relationship class&lt;/LI&gt;&lt;LI&gt;if being used for display an In ArcMap Join will suffice&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The how to's of this will follow if you can work out how you wish to proceed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a great day,&lt;/P&gt;&lt;P&gt;CDB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Mar 2015 01:55:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/help-with-merging-rows-in-an-attribute-table/m-p/586512#M19420</guid>
      <dc:creator>ChristopherBrown4</dc:creator>
      <dc:date>2015-03-05T01:55:55Z</dc:date>
    </item>
  </channel>
</rss>

