<?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>idea Select By Attributes — Select Duplicates in ArcGIS Pro Ideas</title>
    <link>https://community.esri.com/t5/arcgis-pro-ideas/select-by-attributes-select-duplicates/idi-p/1493035</link>
    <description>&lt;P&gt;In the Select By Attributes window:&lt;/P&gt;&lt;P&gt;Could an option could be added to the operator picklist: "is duplicate"?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Bud_0-1718398042564.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/107126iF2C9A455D4490DE1/image-size/large?v=v2&amp;amp;px=999" role="button" title="Bud_0-1718398042564.png" alt="Bud_0-1718398042564.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I'm aware of the Find Identical tool. That tool exports a new dataset. I want to dynamically select in my existing dataset.&lt;/P&gt;</description>
    <pubDate>Fri, 19 Jul 2024 20:34:02 GMT</pubDate>
    <dc:creator>Bud</dc:creator>
    <dc:date>2024-07-19T20:34:02Z</dc:date>
    <item>
      <title>Select By Attributes — Select Duplicates</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/select-by-attributes-select-duplicates/idi-p/1493035</link>
      <description>&lt;P&gt;In the Select By Attributes window:&lt;/P&gt;&lt;P&gt;Could an option could be added to the operator picklist: "is duplicate"?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Bud_0-1718398042564.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/107126iF2C9A455D4490DE1/image-size/large?v=v2&amp;amp;px=999" role="button" title="Bud_0-1718398042564.png" alt="Bud_0-1718398042564.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I'm aware of the Find Identical tool. That tool exports a new dataset. I want to dynamically select in my existing dataset.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jul 2024 20:34:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/select-by-attributes-select-duplicates/idi-p/1493035</guid>
      <dc:creator>Bud</dc:creator>
      <dc:date>2024-07-19T20:34:02Z</dc:date>
    </item>
    <item>
      <title>Re: Select By Attributes — Select Duplicates</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/select-by-attributes-select-duplicates/idc-p/1493290#M30692</link>
      <description>&lt;P&gt;I think this is impossible to implement.&amp;nbsp; Currently the Select Layer By Attribute tool is a SQL clause builder, and the available conditions in the drop down all map to standard SQL operators that nearly every data provider supports:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;SQL operator&lt;UL&gt;&lt;LI&gt;=&lt;UL&gt;&lt;LI&gt;is equal to&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&amp;lt;&amp;gt;&lt;UL&gt;&lt;LI&gt;is not equal to&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&amp;lt;&lt;UL&gt;&lt;LI&gt;is less than&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&amp;lt;=&lt;UL&gt;&lt;LI&gt;is less than or equal to&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&amp;gt;&lt;UL&gt;&lt;LI&gt;is greater than&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&amp;gt;=&lt;UL&gt;&lt;LI&gt;is greater than or equal to&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;[NOT] LIKE&lt;UL&gt;&lt;LI&gt;begins with&lt;/LI&gt;&lt;LI&gt;does not begin with&lt;/LI&gt;&lt;LI&gt;ends with&lt;/LI&gt;&lt;LI&gt;does not end with&lt;/LI&gt;&lt;LI&gt;contains the text&lt;/LI&gt;&lt;LI&gt;does not contain the text&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;[NOT] IN&lt;UL&gt;&lt;LI&gt;includes the value(s)&lt;/LI&gt;&lt;LI&gt;does not include the value(s)&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;IS [NOT] NULL&lt;UL&gt;&lt;LI&gt;is null&lt;/LI&gt;&lt;LI&gt;is not null&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;When you go outside the common SQL operators above, the implementation of a given operator starts to vary widely across data provider, to the point of not being supported at all.&amp;nbsp; Additionally, all of the common SQL operators above operate on a given row where finding duplicates requires looking beyond a given row to an entire dataset itself.&lt;/P&gt;&lt;P&gt;There are numerous ways to find duplicates via SQL, and someone can always write custom SQL in Select By Attributes, but that requires knowing what the underlying data provider supports for SQL.&lt;/P&gt;&lt;P&gt;I understand the convenience factor of having such an option, but I just don't see it implementable without completely refactoring the tool.&lt;/P&gt;</description>
      <pubDate>Sat, 15 Jun 2024 16:39:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/select-by-attributes-select-duplicates/idc-p/1493290#M30692</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2024-06-15T16:39:42Z</dc:date>
    </item>
    <item>
      <title>Re: Select By Attributes — Select Duplicates</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/select-by-attributes-select-duplicates/idc-p/1493497#M30695</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/1371"&gt;@JoshuaBixby&lt;/a&gt;&amp;nbsp;&amp;nbsp;Fair points.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;There are numerous ways to find duplicates via SQL, and someone can always write custom SQL in Select By Attributes, but that requires knowing what the underlying data provider supports for SQL.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;For what it's worth, I was thinking of something generic like this that would be supported by all databases:&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;asset_id in (select asset_id from sidewalks group by asset_id having count(*) &amp;gt; 1)&amp;nbsp;&lt;/SPAN&gt; &lt;/PRE&gt;&lt;P&gt;&amp;nbsp;However, I had forgotten that FGDB SQL is limited. &lt;EM&gt;"ERROR 000358: Invalid expression"&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 16 Jun 2024 22:44:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/select-by-attributes-select-duplicates/idc-p/1493497#M30695</guid>
      <dc:creator>Bud</dc:creator>
      <dc:date>2024-06-16T22:44:29Z</dc:date>
    </item>
    <item>
      <title>Re: Select By Attributes — Select Duplicates</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/select-by-attributes-select-duplicates/idc-p/1493499#M30697</link>
      <description>&lt;P&gt;Related:&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-pro-ideas/attribute-table-select-duplicates-button-including/idi-p/1493498/highlight/true" target="_self"&gt;Attribute Table — Select duplicates button (including FGDBs)&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 16 Jun 2024 22:53:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/select-by-attributes-select-duplicates/idc-p/1493499#M30697</guid>
      <dc:creator>Bud</dc:creator>
      <dc:date>2024-06-16T22:53:51Z</dc:date>
    </item>
  </channel>
</rss>

