<?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: Selection in ArcGIS Pro in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/selection-in-arcgis-pro/m-p/245153#M10791</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Joe, if you have expressions that work and you can manually put the SQL in, why are you wanting to only use the Pro SQL builder?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 03 Aug 2019 13:58:28 GMT</pubDate>
    <dc:creator>JoshuaBixby</dc:creator>
    <dc:date>2019-08-03T13:58:28Z</dc:date>
    <item>
      <title>Selection in ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/selection-in-arcgis-pro/m-p/245149#M10787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pro 2.4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Probably missing something painfully obvious but....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In arc gis pro, I want to select a field where the value&amp;nbsp;begins with A-Z, so I create a clause like this:&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/455177_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;but the results look like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/455178_pastedImage_3.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've got street names that start with A-Z as well as 1-9; how do I create an expression that gives me the results I'm after?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Aug 2019 19:24:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/selection-in-arcgis-pro/m-p/245149#M10787</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2019-08-02T19:24:13Z</dc:date>
    </item>
    <item>
      <title>Re: Selection in ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/selection-in-arcgis-pro/m-p/245150#M10788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can't replicate you [A-Z] what other options are there in the drop-down list beside it? maybe a NOT [1-9]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Aug 2019 20:51:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/selection-in-arcgis-pro/m-p/245150#M10788</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2019-08-02T20:51:36Z</dc:date>
    </item>
    <item>
      <title>Re: Selection in ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/selection-in-arcgis-pro/m-p/245151#M10789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You mean [A-Z] works for you?&amp;nbsp; Here's the dropdown I get:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/455179_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a SQL window I can go old school and get the numeric streets this way:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/455201_pastedImage_2.png" /&gt;&lt;/P&gt;&lt;P&gt;and named streets with:&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-3 jive-image" src="https://community.esri.com/legacyfs/online/455202_pastedImage_3.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I was hoping to save the whales, feed the children, and end nuclear proliferation with&amp;nbsp;built in Pro functionality.....&amp;nbsp; Maybe next week....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Aug 2019 21:11:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/selection-in-arcgis-pro/m-p/245151#M10789</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2019-08-02T21:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: Selection in ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/selection-in-arcgis-pro/m-p/245152#M10790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No it doesn't, Try &amp;lt;=Z.&amp;nbsp; I don't have anything see any sql thingy where you can slice the first character of the record and do an IN check.&lt;/P&gt;&lt;P&gt;Like this easy python test and return&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;a &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'abcd1fAb2gh3'&lt;/SPAN&gt;
&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;i &lt;SPAN class="keyword token"&gt;for&lt;/SPAN&gt; i &lt;SPAN class="keyword token"&gt;in&lt;/SPAN&gt; a &lt;SPAN class="keyword token"&gt;if&lt;/SPAN&gt; i &lt;SPAN class="keyword token"&gt;in&lt;/SPAN&gt; string&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;ascii_letters&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;
&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'a'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'b'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'c'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'d'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'f'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'A'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'b'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'g'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'h'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 12:13:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/selection-in-arcgis-pro/m-p/245152#M10790</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2021-12-11T12:13:38Z</dc:date>
    </item>
    <item>
      <title>Re: Selection in ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/selection-in-arcgis-pro/m-p/245153#M10791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Joe, if you have expressions that work and you can manually put the SQL in, why are you wanting to only use the Pro SQL builder?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Aug 2019 13:58:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/selection-in-arcgis-pro/m-p/245153#M10791</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2019-08-03T13:58:28Z</dc:date>
    </item>
    <item>
      <title>Re: Selection in ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/selection-in-arcgis-pro/m-p/245154#M10792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just have the 'thing' with Pro. I try something that is fairly routine and when it doesn't work I'm amused....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Aug 2019 14:09:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/selection-in-arcgis-pro/m-p/245154#M10792</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2019-08-03T14:09:27Z</dc:date>
    </item>
    <item>
      <title>Re: Selection in ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/selection-in-arcgis-pro/m-p/245155#M10793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Joe, now I see what you are pointing out.&amp;nbsp; File geodatabases don't support regular expression features using LIKE, you have to use SIMILAR TO.&amp;nbsp; See &lt;A href="https://community.esri.com/blogs/tilting/2018/07/19/like-and-similar-file-geodatabases-and-pattern-matching"&gt;/blogs/tilting/2018/07/19/like-and-similar-file-geodatabases-and-pattern-matching&lt;/A&gt;.&amp;nbsp; What you want in Pro with file geodatabases is:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;StreetName SIMILAR TO '[A-Z]%'&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Aug 2019 15:33:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/selection-in-arcgis-pro/m-p/245155#M10793</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2019-08-03T15:33:47Z</dc:date>
    </item>
    <item>
      <title>Re: Selection in ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/selection-in-arcgis-pro/m-p/245156#M10794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good catch.&amp;nbsp; Completely forgot about that which is how I came to use the less than approach some time ago.&amp;nbsp; Still amusing none the less: despite Pros advancements, the fgd query limitations remain. Classic example of the more things change, the more they stay the same....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Aug 2019 13:17:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/selection-in-arcgis-pro/m-p/245156#M10794</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2019-08-04T13:17:11Z</dc:date>
    </item>
  </channel>
</rss>

