<?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 How to Select by attribute that &amp;quot;contains&amp;quot; a particular number in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/how-to-select-by-attribute-that-quot-contains-quot/m-p/149514#M8448</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; How is it possible to make a "select by attribute" for numbers but numbers contained in the attribute? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; I would like to select all the attributes that contains the number '16777'. Sometimes it's only '16777' so very easy, but sometimes it's '16857 | 18754 | 16777'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; How can I do to make a select attributes that "contains" the number '16777'?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; Thanks a lot.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Dec 2013 08:10:43 GMT</pubDate>
    <dc:creator>PascalineWallemacq</dc:creator>
    <dc:date>2013-12-09T08:10:43Z</dc:date>
    <item>
      <title>How to Select by attribute that "contains" a particular number</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-select-by-attribute-that-quot-contains-quot/m-p/149514#M8448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; How is it possible to make a "select by attribute" for numbers but numbers contained in the attribute? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; I would like to select all the attributes that contains the number '16777'. Sometimes it's only '16777' so very easy, but sometimes it's '16857 | 18754 | 16777'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; How can I do to make a select attributes that "contains" the number '16777'?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; Thanks a lot.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 08:10:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-select-by-attribute-that-quot-contains-quot/m-p/149514#M8448</guid>
      <dc:creator>PascalineWallemacq</dc:creator>
      <dc:date>2013-12-09T08:10:43Z</dc:date>
    </item>
    <item>
      <title>Re: Select by attribute "contains"</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-select-by-attribute-that-quot-contains-quot/m-p/149515#M8449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Pascaline,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Lets say your attribute is NUMBER, just use the following code in your "Select By Attribute":&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;NUMBER LIKE '%16777%'&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;With this there can be anything infront or after 16777, the % is your wildcard.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tim&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 11:25:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-select-by-attribute-that-quot-contains-quot/m-p/149515#M8449</guid>
      <dc:creator>TimWitt</dc:creator>
      <dc:date>2013-12-09T11:25:35Z</dc:date>
    </item>
    <item>
      <title>Re: Select by attribute "contains"</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-select-by-attribute-that-quot-contains-quot/m-p/149516#M8450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks a lot Tim, now it works very well!!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 11:51:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-select-by-attribute-that-quot-contains-quot/m-p/149516#M8450</guid>
      <dc:creator>PascalineWallemacq</dc:creator>
      <dc:date>2013-12-09T11:51:22Z</dc:date>
    </item>
    <item>
      <title>Re: Select by attribute "contains"</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-select-by-attribute-that-quot-contains-quot/m-p/149517#M8451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No problem! Don't forget to mark the answer, by clicking the grey check mark on the right &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 11:52:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-select-by-attribute-that-quot-contains-quot/m-p/149517#M8451</guid>
      <dc:creator>TimWitt</dc:creator>
      <dc:date>2013-12-09T11:52:51Z</dc:date>
    </item>
  </channel>
</rss>

