<?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: Query builder in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/query-builder/m-p/158297#M5327</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you have to do this with a lot of records, consider building a temporary field then you can query that field for the appropriate ranges&amp;nbsp; see the example of using the mod (%) function in python.&amp;nbsp; Unfortunately the query builder doesn't support native python at present.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="ModulousExample.png" class="jive-image image-1" src="https://community.esri.com/legacyfs/online/20880_ModulousExample.png" style="width: 440px; height: 312px;" width="441" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Oct 2014 09:03:31 GMT</pubDate>
    <dc:creator>DanPatterson_Retired</dc:creator>
    <dc:date>2014-10-14T09:03:31Z</dc:date>
    <item>
      <title>Query builder</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/query-builder/m-p/158292#M5322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In my "level curves" (1 meter definition) shp file&amp;nbsp; I want to query:&lt;/P&gt;&lt;P&gt;- the pair numbers (for instance: 102, 104, 106, 108, 110 , ect. ect.)&lt;/P&gt;&lt;P&gt;- every five meters (for instance: 100, 105, 110, 115, 120, 125, ect. ect.)&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I do quickly instead of select every single record?&lt;/P&gt;&lt;P&gt;Is there any query?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Oct 2014 07:42:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/query-builder/m-p/158292#M5322</guid>
      <dc:creator>MassimoSpirlandelli</dc:creator>
      <dc:date>2014-10-14T07:42:31Z</dc:date>
    </item>
    <item>
      <title>Re: Query builder</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/query-builder/m-p/158293#M5323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="kwd"&gt;&lt;/SPAN&gt;&lt;CODE&gt;&lt;SPAN class="kwd"&gt;With python:&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;&lt;SPAN class="kwd"&gt;for&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; i &lt;/SPAN&gt;&lt;SPAN class="kwd"&gt;in&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; range&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;(&lt;/SPAN&gt;&lt;SPAN class="lit"&gt;102&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; "&lt;/SPAN&gt;End"&lt;SPAN class="pun"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; &lt;/SPAN&gt;&lt;SPAN class="lit"&gt;2&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;):&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="kwd"&gt;print&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; i&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Oct 2014 07:54:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/query-builder/m-p/158293#M5323</guid>
      <dc:creator>JohannesBierer</dc:creator>
      <dc:date>2014-10-14T07:54:49Z</dc:date>
    </item>
    <item>
      <title>Re: Query builder</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/query-builder/m-p/158294#M5324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;could you explain me clearly with details (I have never used directly python) ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Oct 2014 08:00:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/query-builder/m-p/158294#M5324</guid>
      <dc:creator>MassimoSpirlandelli</dc:creator>
      <dc:date>2014-10-14T08:00:02Z</dc:date>
    </item>
    <item>
      <title>Re: Query builder</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/query-builder/m-p/158295#M5325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The best is to create a model with select by attribute - then export the model to python and modificate the python code with the for i in range command?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Oct 2014 08:23:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/query-builder/m-p/158295#M5325</guid>
      <dc:creator>JohannesBierer</dc:creator>
      <dc:date>2014-10-14T08:23:24Z</dc:date>
    </item>
    <item>
      <title>Re: Query builder</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/query-builder/m-p/158296#M5326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok but with query builder it isn't possible ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Oct 2014 08:46:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/query-builder/m-p/158296#M5326</guid>
      <dc:creator>MassimoSpirlandelli</dc:creator>
      <dc:date>2014-10-14T08:46:11Z</dc:date>
    </item>
    <item>
      <title>Re: Query builder</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/query-builder/m-p/158297#M5327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you have to do this with a lot of records, consider building a temporary field then you can query that field for the appropriate ranges&amp;nbsp; see the example of using the mod (%) function in python.&amp;nbsp; Unfortunately the query builder doesn't support native python at present.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="ModulousExample.png" class="jive-image image-1" src="https://community.esri.com/legacyfs/online/20880_ModulousExample.png" style="width: 440px; height: 312px;" width="441" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Oct 2014 09:03:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/query-builder/m-p/158297#M5327</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2014-10-14T09:03:31Z</dc:date>
    </item>
    <item>
      <title>Re: Query builder</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/query-builder/m-p/158298#M5328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;THANK YOU !&lt;/P&gt;&lt;P&gt;easy and fast !!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Oct 2014 09:13:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/query-builder/m-p/158298#M5328</guid>
      <dc:creator>MassimoSpirlandelli</dc:creator>
      <dc:date>2014-10-14T09:13:31Z</dc:date>
    </item>
  </channel>
</rss>

