<?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 Simple Definition Query in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/simple-definition-query/m-p/1262818#M66057</link>
    <description>&lt;P&gt;Hey all,&lt;/P&gt;&lt;P&gt;I'm trying to create a definition query for a points layer where I only was to display the points in the TYPE field of 1 and 2 and then leave type 3 hidden.&amp;nbsp; Anyone know how to do this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 28 Feb 2023 23:26:42 GMT</pubDate>
    <dc:creator>ChrisMacNeillNCFPD</dc:creator>
    <dc:date>2023-02-28T23:26:42Z</dc:date>
    <item>
      <title>Simple Definition Query</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/simple-definition-query/m-p/1262818#M66057</link>
      <description>&lt;P&gt;Hey all,&lt;/P&gt;&lt;P&gt;I'm trying to create a definition query for a points layer where I only was to display the points in the TYPE field of 1 and 2 and then leave type 3 hidden.&amp;nbsp; Anyone know how to do this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2023 23:26:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/simple-definition-query/m-p/1262818#M66057</guid>
      <dc:creator>ChrisMacNeillNCFPD</dc:creator>
      <dc:date>2023-02-28T23:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Definition Query</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/simple-definition-query/m-p/1262822#M66058</link>
      <description>&lt;P&gt;The Syntax does depend on the input data type.&amp;nbsp; Assuming it's a feature class, use&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/mapping/navigation/write-a-query-in-the-query-builder.htm" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/latest/help/mapping/navigation/write-a-query-in-the-query-builder.htm&lt;/A&gt;&amp;nbsp;as an example.&lt;/P&gt;&lt;P&gt;For the interactive selection:&lt;/P&gt;&lt;P&gt;Type is equal to 1&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;Type is equal to 2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;for SQL syntax:&lt;/P&gt;&lt;P&gt;TYPE = 1 Or TYPE = 2&lt;/P&gt;&lt;P&gt;NB if the numbers are actually strings(text) then enclose '1' and '2' in quotes.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2023 23:46:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/simple-definition-query/m-p/1262822#M66058</guid>
      <dc:creator>DavidPike</dc:creator>
      <dc:date>2023-02-28T23:46:07Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Definition Query</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/simple-definition-query/m-p/1262828#M66059</link>
      <description>&lt;P&gt;Got it! Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2023 23:59:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/simple-definition-query/m-p/1262828#M66059</guid>
      <dc:creator>ChrisMacNeillNCFPD</dc:creator>
      <dc:date>2023-02-28T23:59:55Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Definition Query</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/simple-definition-query/m-p/1262830#M66060</link>
      <description>&lt;LI-CODE lang="c"&gt;TYPE IN (1, 2)&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 01 Mar 2023 00:05:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/simple-definition-query/m-p/1262830#M66060</guid>
      <dc:creator>RhettZufelt</dc:creator>
      <dc:date>2023-03-01T00:05:25Z</dc:date>
    </item>
  </channel>
</rss>

