<?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 the 3 features that have the largest attribute value in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/select-the-3-features-that-have-the-largest/m-p/206235#M9120</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Katherine, I did see that. Just figured that since it seems like such an important query that ESRI would have a tool. Guess not.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Aug 2020 20:46:39 GMT</pubDate>
    <dc:creator>IanIrmischer</dc:creator>
    <dc:date>2020-08-17T20:46:39Z</dc:date>
    <item>
      <title>select the 3 features that have the largest attribute value</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/select-the-3-features-that-have-the-largest/m-p/206232#M9117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to select the 3 features that have the largest attribute value. How is this best completed? I would like to do this within a model builder environment. I have been trying to figure out the sql statement within the select tool but am having syntax problems.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2020 13:12:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/select-the-3-features-that-have-the-largest/m-p/206232#M9117</guid>
      <dc:creator>IanIrmischer</dc:creator>
      <dc:date>2020-08-17T13:12:02Z</dc:date>
    </item>
    <item>
      <title>Re: select the 3 features that have the largest attribute value</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/select-the-3-features-that-have-the-largest/m-p/206233#M9118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you seen this post? Might be helpful...&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://gis.stackexchange.com/questions/89348/using-select-layer-by-attribute-to-return-top-3-records" title="https://gis.stackexchange.com/questions/89348/using-select-layer-by-attribute-to-return-top-3-records"&gt;arcgis desktop - Using Select Layer By Attribute to return top 3 records - Geographic Information Systems Stack Exchange&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As the post states, "Python scripts in the form of custom tools can be used in Model Builder".&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps at least a bit! Good luck!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2020 13:23:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/select-the-3-features-that-have-the-largest/m-p/206233#M9118</guid>
      <dc:creator>Katie_Clark</dc:creator>
      <dc:date>2020-08-17T13:23:38Z</dc:date>
    </item>
    <item>
      <title>Re: select the 3 features that have the largest attribute value</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/select-the-3-features-that-have-the-largest/m-p/206234#M9119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is yet another example of where Esri has done a poor job of implementing SQL support in the file geodatabase.&amp;nbsp; If your data were stored in just about any other database, the query would be quite trivial, but doing something simple like this is way more complicated than it needs to be because Esri doesn't support TOP, LIMIT, or similar keywords.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2020 20:25:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/select-the-3-features-that-have-the-largest/m-p/206234#M9119</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2020-08-17T20:25:36Z</dc:date>
    </item>
    <item>
      <title>Re: select the 3 features that have the largest attribute value</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/select-the-3-features-that-have-the-largest/m-p/206235#M9120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Katherine, I did see that. Just figured that since it seems like such an important query that ESRI would have a tool. Guess not.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2020 20:46:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/select-the-3-features-that-have-the-largest/m-p/206235#M9120</guid>
      <dc:creator>IanIrmischer</dc:creator>
      <dc:date>2020-08-17T20:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: select the 3 features that have the largest attribute value</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/select-the-3-features-that-have-the-largest/m-p/1380394#M78545</link>
      <description>&lt;P&gt;See&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-pro-ideas/use-select-by-attributes-to-select-greatest-n/idi-p/1370912" target="_blank"&gt;https://community.esri.com/t5/arcgis-pro-ideas/use-select-by-attributes-to-select-greatest-n/idi-p/1370912&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Feb 2024 15:57:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/select-the-3-features-that-have-the-largest/m-p/1380394#M78545</guid>
      <dc:creator>KoryKramer</dc:creator>
      <dc:date>2024-02-09T15:57:07Z</dc:date>
    </item>
    <item>
      <title>Re: select the 3 features that have the largest attribute value</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/select-the-3-features-that-have-the-largest/m-p/1380518#M78562</link>
      <description>&lt;P&gt;&lt;A href="https://community.esri.com/t5/arcgis-pro-questions/arcgis-3-0-2-what-tool-can-select-the-records-with/m-p/1370137/highlight/true#M77404" target="_self"&gt;What tool can select the records with the highest values in a particular field?&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Feb 2024 18:12:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/select-the-3-features-that-have-the-largest/m-p/1380518#M78562</guid>
      <dc:creator>Bud</dc:creator>
      <dc:date>2024-02-09T18:12:58Z</dc:date>
    </item>
  </channel>
</rss>

