<?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 layer by hundreds of attributes?  in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/select-layer-by-hundreds-of-attributes/m-p/650997#M28901</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See &lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/help/mapping/navigation/sql-reference-for-elements-used-in-query-expressions.htm" title="https://pro.arcgis.com/en/pro-app/help/mapping/navigation/sql-reference-for-elements-used-in-query-expressions.htm"&gt;SQL reference for query expressions used in ArcGIS—ArcGIS Pro | Documentation&lt;/A&gt; , you will want to use SQL IN operator:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;H3 style="font-weight: 300; font-style: normal; margin: 0px 0px 1.55rem; font-size: 1.69949rem; line-height: 2.325rem; color: #4c4c4c; font-family: 'Avenir Next W01', 'Avenir Next W00', 'Avenir Next', Avenir, 'Helvetica Neue', sans-serif; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial;"&gt;Comparison operators&lt;/H3&gt;&lt;P style="margin-top: 0px; margin-bottom: 1.55rem; color: #4c4c4c; font-family: 'Avenir Next W01', 'Avenir Next W00', 'Avenir Next', Avenir, 'Helvetica Neue', sans-serif; font-size: 17px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial;"&gt;You use comparison operators to compare one expression to another.&lt;/P&gt;&lt;H4 class="" style="font-weight: 300; font-style: normal; margin: 0px 0px 1.55rem; font-size: 1.414rem; line-height: 1.55rem; color: #4c4c4c; font-family: 'Avenir Next W01', 'Avenir Next W00', 'Avenir Next', Avenir, 'Helvetica Neue', sans-serif; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial;"&gt;&lt;/H4&gt;&lt;DIV class="" style="overflow: auto; color: #4c4c4c; font-family: 'Avenir Next W01', 'Avenir Next W00', 'Avenir Next', Avenir, 'Helvetica Neue', sans-serif; font-size: 17px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial;"&gt;&lt;TABLE style="margin-bottom: 1.55rem; width: 714.667px; border-collapse: collapse; border-spacing: 0px; border: 1px solid #cccccc; text-align: left; overflow: auto; font-size: 0.875rem; line-height: 1.55rem;"&gt;&lt;THEAD style="background-color: #efefef; border-bottom: 1px solid #cccccc; font-weight: 400; font-style: normal; font-size: 1rem; line-height: 1.55rem;"&gt;&lt;TR style="border-bottom: none; text-align: left;"&gt;&lt;TH colspan="1" style="font-weight: 300; border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; padding: 0.51667rem;"&gt;Operator&lt;/TH&gt;&lt;TH colspan="1" style="font-weight: 300; border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; padding: 0.51667rem;"&gt;Description&lt;/TH&gt;&lt;/TR&gt;&lt;/THEAD&gt;&lt;TBODY class="" style="overflow: auto; width: 714px;"&gt;&lt;TR class="" style="border-bottom: 1px solid #cccccc; text-align: left;"&gt;&lt;TD colspan="1" rowspan="1" style="font-weight: 300; border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; padding: 0.51667rem;"&gt;&lt;P style="margin-top: 0px; margin-bottom: 0px;"&gt;[NOT] IN&lt;/P&gt;&lt;/TD&gt;&lt;TD colspan="1" rowspan="1" style="font-weight: 300; border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; padding: 0.51667rem;"&gt;&lt;P style="margin-top: 0px; margin-bottom: 1.55rem;"&gt;Selects a record if it has one of several strings or values in a field. When preceded by NOT, it selects a record if it doesn't have one of several strings or values in a field. For example, this expression searches for four different state names:&lt;/P&gt;&lt;PRE style="font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, monospace; white-space: pre-wrap; overflow-wrap: break-word; max-width: 100%; margin-bottom: 1.55rem;"&gt;STATE_NAME IN ('Alabama', 'Alaska', 'California', 'Florida')&lt;/PRE&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Jul 2020 20:36:49 GMT</pubDate>
    <dc:creator>JoshuaBixby</dc:creator>
    <dc:date>2020-07-30T20:36:49Z</dc:date>
    <item>
      <title>Select layer by hundreds of attributes?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/select-layer-by-hundreds-of-attributes/m-p/650995#M28899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am querying a feature class that has thousands of objects using Select Layer by Attribute. I need to include almost 400 attributes, is there an easier way to write this besides selecting/typing out the name of each attribute?? For example: There are thousands of objects in a feature class each associated with one of hundreds of projects (already identified) and I need to select the objects only associated with a subgroup of 400 of those projects. Select Object where the Project_Name is equal to project A or Project b...x400. The selected subgroup will then be exported into a new feature class specifically for that group of projects. What is the easiest way to do this?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2020 20:27:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/select-layer-by-hundreds-of-attributes/m-p/650995#M28899</guid>
      <dc:creator>RachelMassa</dc:creator>
      <dc:date>2020-07-30T20:27:06Z</dc:date>
    </item>
    <item>
      <title>Re: Select layer by hundreds of attributes?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/select-layer-by-hundreds-of-attributes/m-p/650996#M28900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the identifying attribute is in a field... then&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/tool-reference/analysis/split-by-attributes.htm" title="https://pro.arcgis.com/en/pro-app/tool-reference/analysis/split-by-attributes.htm"&gt;Split By Attributes (Analysis)—ArcGIS Pro | Documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2020 20:34:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/select-layer-by-hundreds-of-attributes/m-p/650996#M28900</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2020-07-30T20:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: Select layer by hundreds of attributes?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/select-layer-by-hundreds-of-attributes/m-p/650997#M28901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See &lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/help/mapping/navigation/sql-reference-for-elements-used-in-query-expressions.htm" title="https://pro.arcgis.com/en/pro-app/help/mapping/navigation/sql-reference-for-elements-used-in-query-expressions.htm"&gt;SQL reference for query expressions used in ArcGIS—ArcGIS Pro | Documentation&lt;/A&gt; , you will want to use SQL IN operator:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;H3 style="font-weight: 300; font-style: normal; margin: 0px 0px 1.55rem; font-size: 1.69949rem; line-height: 2.325rem; color: #4c4c4c; font-family: 'Avenir Next W01', 'Avenir Next W00', 'Avenir Next', Avenir, 'Helvetica Neue', sans-serif; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial;"&gt;Comparison operators&lt;/H3&gt;&lt;P style="margin-top: 0px; margin-bottom: 1.55rem; color: #4c4c4c; font-family: 'Avenir Next W01', 'Avenir Next W00', 'Avenir Next', Avenir, 'Helvetica Neue', sans-serif; font-size: 17px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial;"&gt;You use comparison operators to compare one expression to another.&lt;/P&gt;&lt;H4 class="" style="font-weight: 300; font-style: normal; margin: 0px 0px 1.55rem; font-size: 1.414rem; line-height: 1.55rem; color: #4c4c4c; font-family: 'Avenir Next W01', 'Avenir Next W00', 'Avenir Next', Avenir, 'Helvetica Neue', sans-serif; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial;"&gt;&lt;/H4&gt;&lt;DIV class="" style="overflow: auto; color: #4c4c4c; font-family: 'Avenir Next W01', 'Avenir Next W00', 'Avenir Next', Avenir, 'Helvetica Neue', sans-serif; font-size: 17px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial;"&gt;&lt;TABLE style="margin-bottom: 1.55rem; width: 714.667px; border-collapse: collapse; border-spacing: 0px; border: 1px solid #cccccc; text-align: left; overflow: auto; font-size: 0.875rem; line-height: 1.55rem;"&gt;&lt;THEAD style="background-color: #efefef; border-bottom: 1px solid #cccccc; font-weight: 400; font-style: normal; font-size: 1rem; line-height: 1.55rem;"&gt;&lt;TR style="border-bottom: none; text-align: left;"&gt;&lt;TH colspan="1" style="font-weight: 300; border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; padding: 0.51667rem;"&gt;Operator&lt;/TH&gt;&lt;TH colspan="1" style="font-weight: 300; border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; padding: 0.51667rem;"&gt;Description&lt;/TH&gt;&lt;/TR&gt;&lt;/THEAD&gt;&lt;TBODY class="" style="overflow: auto; width: 714px;"&gt;&lt;TR class="" style="border-bottom: 1px solid #cccccc; text-align: left;"&gt;&lt;TD colspan="1" rowspan="1" style="font-weight: 300; border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; padding: 0.51667rem;"&gt;&lt;P style="margin-top: 0px; margin-bottom: 0px;"&gt;[NOT] IN&lt;/P&gt;&lt;/TD&gt;&lt;TD colspan="1" rowspan="1" style="font-weight: 300; border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; padding: 0.51667rem;"&gt;&lt;P style="margin-top: 0px; margin-bottom: 1.55rem;"&gt;Selects a record if it has one of several strings or values in a field. When preceded by NOT, it selects a record if it doesn't have one of several strings or values in a field. For example, this expression searches for four different state names:&lt;/P&gt;&lt;PRE style="font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, monospace; white-space: pre-wrap; overflow-wrap: break-word; max-width: 100%; margin-bottom: 1.55rem;"&gt;STATE_NAME IN ('Alabama', 'Alaska', 'California', 'Florida')&lt;/PRE&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2020 20:36:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/select-layer-by-hundreds-of-attributes/m-p/650997#M28901</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2020-07-30T20:36:49Z</dc:date>
    </item>
    <item>
      <title>Re: Select layer by hundreds of attributes?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/select-layer-by-hundreds-of-attributes/m-p/650998#M28902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What would be the easiest way to list the 400 values that the Project_Name could be IN?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2020 20:45:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/select-layer-by-hundreds-of-attributes/m-p/650998#M28902</guid>
      <dc:creator>RachelMassa</dc:creator>
      <dc:date>2020-07-30T20:45:19Z</dc:date>
    </item>
    <item>
      <title>Re: Select layer by hundreds of attributes?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/select-layer-by-hundreds-of-attributes/m-p/650999#M28903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could also create a table that has those hundreds of values that you want to select on, then join this new table to the original table using the field of interest.&amp;nbsp; &amp;nbsp;Then you can do a pretty simple Select by Attributes to get anything that doesn't have NULL in the joined table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2020 20:47:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/select-layer-by-hundreds-of-attributes/m-p/650999#M28903</guid>
      <dc:creator>JayJohnsonWashoeCounty</dc:creator>
      <dc:date>2020-07-30T20:47:38Z</dc:date>
    </item>
    <item>
      <title>Re: Select layer by hundreds of attributes?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/select-layer-by-hundreds-of-attributes/m-p/651000#M28904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;400 attributes?&amp;nbsp; To quote the late, great Walter Becker of Steely Dan: '&lt;A href="https://www.youtube.com/watch?v=80b4Y_d8W8o"&gt;All I can say is ouch&lt;/A&gt;'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2020 21:54:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/select-layer-by-hundreds-of-attributes/m-p/651000#M28904</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2020-07-30T21:54:34Z</dc:date>
    </item>
  </channel>
</rss>

