<?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 Selecting Minimum value of completed points using SQL in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/selecting-minimum-value-of-completed-points-using/m-p/1594402#M93881</link>
    <description>&lt;P&gt;I have a table that has a Number field that lists the order that points should go in 1-18, and then I have a field called 'Completion' that determines whether or not work is completed at that point with the value 'complete' or 'incomplete'.&amp;nbsp; I need to make a label class that selects the lowest number that is marked as incomplete by using an SQL selection. I have been trying at this for little while and have too little experience with SQL to figure it out.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Thank you.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 11 Mar 2025 18:17:49 GMT</pubDate>
    <dc:creator>BrendanR5</dc:creator>
    <dc:date>2025-03-11T18:17:49Z</dc:date>
    <item>
      <title>Selecting Minimum value of completed points using SQL</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/selecting-minimum-value-of-completed-points-using/m-p/1594402#M93881</link>
      <description>&lt;P&gt;I have a table that has a Number field that lists the order that points should go in 1-18, and then I have a field called 'Completion' that determines whether or not work is completed at that point with the value 'complete' or 'incomplete'.&amp;nbsp; I need to make a label class that selects the lowest number that is marked as incomplete by using an SQL selection. I have been trying at this for little while and have too little experience with SQL to figure it out.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Thank you.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Mar 2025 18:17:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/selecting-minimum-value-of-completed-points-using/m-p/1594402#M93881</guid>
      <dc:creator>BrendanR5</dc:creator>
      <dc:date>2025-03-11T18:17:49Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting Minimum value of completed points using SQL</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/selecting-minimum-value-of-completed-points-using/m-p/1594624#M93894</link>
      <description>&lt;P&gt;You can try the following query:&lt;/P&gt;&lt;P&gt;SELECT MIN("Number")&lt;BR /&gt;FROM your_table_name&lt;BR /&gt;WHERE "Completion" = 'incomplete';&lt;/P&gt;</description>
      <pubDate>Wed, 12 Mar 2025 04:37:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/selecting-minimum-value-of-completed-points-using/m-p/1594624#M93894</guid>
      <dc:creator>SurabhiGupta1</dc:creator>
      <dc:date>2025-03-12T04:37:25Z</dc:date>
    </item>
  </channel>
</rss>

