<?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: Select features that have identical values in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/select-features-that-have-identical-values/m-p/572837#M18896</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks, that works great!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Dec 2013 19:58:50 GMT</pubDate>
    <dc:creator>Emilbrundage</dc:creator>
    <dc:date>2013-12-06T19:58:50Z</dc:date>
    <item>
      <title>Select features that have identical values</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/select-features-that-have-identical-values/m-p/572834#M18893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am trying to select features that have duplicate values in an attribute. I found this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://forums.arcgis.com/threads/82221-Identical-values-in-a-field?highlight=select+duplicate" rel="nofollow" target="_blank"&gt;http://forums.arcgis.com/threads/82221-Identical-values-in-a-field?highlight=select+duplicate&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But when I run the python tool I get:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; File "C:\E1B8\IM_Reconciliation\Toolbox.tbx#SelectDuplicates.py", line 31, in &amp;lt;module&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;NameError: name 'SelectPoly' is not defined&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Much thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Dec 2013 21:23:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/select-features-that-have-identical-values/m-p/572834#M18893</guid>
      <dc:creator>Emilbrundage</dc:creator>
      <dc:date>2013-12-05T21:23:50Z</dc:date>
    </item>
    <item>
      <title>Re: Select features that have identical values</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/select-features-that-have-identical-values/m-p/572835#M18894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Emil,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Maybe you can try &lt;/SPAN&gt;&lt;A href="http://support.esri.com/en/knowledgebase/techarticles/detail/38700"&gt;this &lt;/A&gt;&lt;SPAN&gt; instead?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tim&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Dec 2013 11:14:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/select-features-that-have-identical-values/m-p/572835#M18894</guid>
      <dc:creator>TimWitt</dc:creator>
      <dc:date>2013-12-06T11:14:02Z</dc:date>
    </item>
    <item>
      <title>Re: Select features that have identical values</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/select-features-that-have-identical-values/m-p/572836#M18895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This is what the Summary Statistics tool is for.&amp;nbsp; Make your case field whatever makes sense as the unique grouping value (the field with duplicates in this case) and get the minimum ObjectID as a summary value.&amp;nbsp; Then look for any Frequency &amp;gt; 1 in the summary table.&amp;nbsp; You can join the Summary table to the original data on the case field and then use the Min_ObjectID value to select all others records than the first one to consider invalid, if that is your business rule, or just select all of the records with duplicates if that makes more sense.&amp;nbsp; A calculation based on the Min_objectID can also do the assignment of 1 or 0 to an alternative field if you like.&amp;nbsp; You can alternatively use a relate to separately select each of the duplicate value groups if they need to be evaluated and operated on by each group individually (a 1 or 0 in another field won't let you do that).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Dec 2013 12:05:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/select-features-that-have-identical-values/m-p/572836#M18895</guid>
      <dc:creator>RichardFairhurst</dc:creator>
      <dc:date>2013-12-06T12:05:43Z</dc:date>
    </item>
    <item>
      <title>Re: Select features that have identical values</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/select-features-that-have-identical-values/m-p/572837#M18896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks, that works great!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Dec 2013 19:58:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/select-features-that-have-identical-values/m-p/572837#M18896</guid>
      <dc:creator>Emilbrundage</dc:creator>
      <dc:date>2013-12-06T19:58:50Z</dc:date>
    </item>
  </channel>
</rss>

