<?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: Definition query to remove duplicate field values? in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/definition-query-to-remove-duplicate-field-values/m-p/1173471#M55104</link>
    <description>&lt;P&gt;Nope, Remove Identical &lt;EM&gt;deletes records&lt;/EM&gt; -- I always run it on a copy, just in case...&lt;/P&gt;</description>
    <pubDate>Thu, 12 May 2022 18:38:35 GMT</pubDate>
    <dc:creator>curtvprice</dc:creator>
    <dc:date>2022-05-12T18:38:35Z</dc:date>
    <item>
      <title>Definition query to remove duplicate field values?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/definition-query-to-remove-duplicate-field-values/m-p/1173381#M55092</link>
      <description>&lt;P&gt;Is there a way of adding a definition query to a layer, to remove features that have a duplicate field value in the table?&lt;/P&gt;&lt;P&gt;I routinely have an FC with a table added to the layout, where some feature attributes are identical and don't need to be visible in the table. I don't want to delete the feature, but I also don't want duplicate rows in the table, so could point the table to a version of the layer with duplicates queried out, but don't know how to do this. Any ideas?&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2022 15:40:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/definition-query-to-remove-duplicate-field-values/m-p/1173381#M55092</guid>
      <dc:creator>David_Brooks</dc:creator>
      <dc:date>2022-05-12T15:40:13Z</dc:date>
    </item>
    <item>
      <title>Re: Definition query to remove duplicate field values?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/definition-query-to-remove-duplicate-field-values/m-p/1173399#M55096</link>
      <description>&lt;P&gt;If I'm not mistaken, definition queries are evaluated on a per-feature basis, so I don't know that you could write a query that could look at other rows. Do you need to edit the table? You could run summary statistics on the fields you want in the layout table, which would group everything by the unique combinations, then just don't display the output statistic field, leaving you with one row for each unique input row.&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2022 15:53:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/definition-query-to-remove-duplicate-field-values/m-p/1173399#M55096</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2022-05-12T15:53:37Z</dc:date>
    </item>
    <item>
      <title>Re: Definition query to remove duplicate field values?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/definition-query-to-remove-duplicate-field-values/m-p/1173421#M55099</link>
      <description>&lt;P&gt;The tools Find Identical and Remove Identical may be helpful to you.&lt;/P&gt;&lt;P&gt;Another approach to consider is the Make Query Layer tool, which supports SQL operators like DISTINCT - but this requires your feature class to be of certain supported data formats.&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2022 16:25:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/definition-query-to-remove-duplicate-field-values/m-p/1173421#M55099</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2022-05-12T16:25:50Z</dc:date>
    </item>
    <item>
      <title>Re: Definition query to remove duplicate field values?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/definition-query-to-remove-duplicate-field-values/m-p/1173432#M55100</link>
      <description>&lt;P&gt;Oh, a good query layer is always a nice solution. Can you use Remove Identical without modifying the input layer? That sounds like it could be a good route, too.&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2022 16:38:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/definition-query-to-remove-duplicate-field-values/m-p/1173432#M55100</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2022-05-12T16:38:05Z</dc:date>
    </item>
    <item>
      <title>Re: Definition query to remove duplicate field values?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/definition-query-to-remove-duplicate-field-values/m-p/1173471#M55104</link>
      <description>&lt;P&gt;Nope, Remove Identical &lt;EM&gt;deletes records&lt;/EM&gt; -- I always run it on a copy, just in case...&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2022 18:38:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/definition-query-to-remove-duplicate-field-values/m-p/1173471#M55104</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2022-05-12T18:38:35Z</dc:date>
    </item>
    <item>
      <title>Re: Definition query to remove duplicate field values?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/definition-query-to-remove-duplicate-field-values/m-p/1173765#M55141</link>
      <description>&lt;P&gt;Depending on the back-end DBMS, you can do subqueries in definition queries that would be able to do what the OP asks.&amp;nbsp; The issue is it would be a performance killer, and would make the layer slow for anything but the smallest of data sets.&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2022 15:59:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/definition-query-to-remove-duplicate-field-values/m-p/1173765#M55141</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2022-05-13T15:59:15Z</dc:date>
    </item>
  </channel>
</rss>

