<?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: County and State Isolation in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/county-and-state-isolation/m-p/1123436#M48769</link>
    <description>&lt;P&gt;The quotes look odd. Please ensure you are using the straight quotes (refer my example above).&lt;/P&gt;&lt;P&gt;In my keyboard, it's the key next to Enter Key. Here check this out.&lt;/P&gt;&lt;LI-CODE lang="sql"&gt;NAME IN ('Angelina', 'Hardin', 'Jasper', 'Liberty', 'Nacogdoches', 'Polk', 'Sabine', 'San Augustine', 'Shelby', 'Tyler') AND STATE_FIPS = '48'&lt;/LI-CODE&gt;</description>
    <pubDate>Tue, 07 Dec 2021 17:48:56 GMT</pubDate>
    <dc:creator>JayantaPoddar</dc:creator>
    <dc:date>2021-12-07T17:48:56Z</dc:date>
    <item>
      <title>County and State Isolation</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/county-and-state-isolation/m-p/1123118#M48729</link>
      <description>&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;I am trying to select certain counties from a few states using the select by attribute tool. I am using census data. I have selected the counties that I want by name, but the problem I am running into is that I do not know how to specify which state I want certain counties selected from. Most county names are unoriginal. I have been trying to go through my attribute table and take out the counties from states that I do not need, but I am wondering if there is an easier way to do this like a script I could write. I tried to write WHERE name (county name) &amp;lt;&amp;gt; whatever county I need OR &amp;lt;&amp;gt; the state fip code that corresponds with it but my expression was no valid. Thanks for you help.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's an example of the code I was using in particular:&lt;/P&gt;&lt;P&gt;NAME &amp;lt;&amp;gt; 'Angelina' Or STATEFP &amp;lt;&amp;gt; ‘48’ &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Dec 2021 20:23:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/county-and-state-isolation/m-p/1123118#M48729</guid>
      <dc:creator>TaylorBoles1</dc:creator>
      <dc:date>2021-12-06T20:23:56Z</dc:date>
    </item>
    <item>
      <title>Re: County and State Isolation</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/county-and-state-isolation/m-p/1123152#M48737</link>
      <description>&lt;P&gt;Don't use &amp;lt;&amp;gt; operator for text. Instead use = for single value and IN for multiple values. Also use AND gate for both the arguments to be true. An example is given below (I used County boundaries layer available in Living Atlas).&lt;/P&gt;&lt;LI-CODE lang="sql"&gt;NAME IN ('Angelina', 'Galveston', 'Garza') AND STATE_FIPS= '48'&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JayantaPoddar_0-1638824762565.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/28938i591BA9F9CB899E72/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JayantaPoddar_0-1638824762565.png" alt="JayantaPoddar_0-1638824762565.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Dec 2021 21:06:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/county-and-state-isolation/m-p/1123152#M48737</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2021-12-06T21:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: County and State Isolation</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/county-and-state-isolation/m-p/1123409#M48768</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am still having trouble with that expression. I even changed my source layer to the one you are using to try to fix it. I have attached an image of the error I am getting. Thank you! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Dec 2021 16:55:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/county-and-state-isolation/m-p/1123409#M48768</guid>
      <dc:creator>TaylorBoles1</dc:creator>
      <dc:date>2021-12-07T16:55:36Z</dc:date>
    </item>
    <item>
      <title>Re: County and State Isolation</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/county-and-state-isolation/m-p/1123436#M48769</link>
      <description>&lt;P&gt;The quotes look odd. Please ensure you are using the straight quotes (refer my example above).&lt;/P&gt;&lt;P&gt;In my keyboard, it's the key next to Enter Key. Here check this out.&lt;/P&gt;&lt;LI-CODE lang="sql"&gt;NAME IN ('Angelina', 'Hardin', 'Jasper', 'Liberty', 'Nacogdoches', 'Polk', 'Sabine', 'San Augustine', 'Shelby', 'Tyler') AND STATE_FIPS = '48'&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 07 Dec 2021 17:48:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/county-and-state-isolation/m-p/1123436#M48769</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2021-12-07T17:48:56Z</dc:date>
    </item>
  </channel>
</rss>

