<?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: How to exclude a value range from loading in script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-exclude-a-value-range-from-loading-in-script/m-p/363879#M1171018</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try using &lt;/P&gt;&lt;P&gt;[Field 1]&amp;lt; 1400001 AND [Field 1]&amp;gt; 1400009&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR, Neha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Jun 2012 09:20:31 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-06-22T09:20:31Z</dc:date>
    <item>
      <title>How to exclude a value range from loading in script</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-a-value-range-from-loading-in-script/m-p/363874#M1171013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everybody&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my script I load one field with a range of values:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;Field 1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;1398005&lt;/P&gt;&lt;P&gt;1400001&lt;/P&gt;&lt;P&gt;1400002&lt;/P&gt;&lt;P&gt;1400003&lt;/P&gt;&lt;P&gt;1400004&lt;/P&gt;&lt;P&gt;1400004/01&lt;/P&gt;&lt;P&gt;1400005&lt;/P&gt;&lt;P&gt;1400006&lt;/P&gt;&lt;P&gt;1400007&lt;/P&gt;&lt;P&gt;1400008&lt;/P&gt;&lt;P&gt;1400009&lt;/P&gt;&lt;P&gt;1400010&lt;/P&gt;&lt;P&gt;1401009/1&lt;/P&gt;&lt;P&gt;1401009&lt;/P&gt;&lt;P&gt;1474385&lt;/P&gt;&lt;P&gt;2453474&lt;/P&gt;&lt;P&gt;2773319&lt;/P&gt;&lt;P&gt;8447565&lt;/P&gt;&lt;P&gt;9354793&lt;/P&gt;&lt;P&gt;9703607&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I set in the script, that values 1400001-1401009 will be excluded, but 1400004/01 + 1401009/1 will be loaded together with all other values ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2012 08:35:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-a-value-range-from-loading-in-script/m-p/363874#M1171013</guid>
      <dc:creator>omyahamburg</dc:creator>
      <dc:date>2012-06-22T08:35:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude a value range from loading in script</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-a-value-range-from-loading-in-script/m-p/363875#M1171014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Just write sql statement in the script It works &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example:&lt;/P&gt;&lt;P&gt;SQL SELECT NAme,Roll&lt;/P&gt;&lt;P&gt;FROM Supriya.dbo.Customer WHERE Roll NOT BETWEEN 9 AND 99 ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Supriya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2012 08:55:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-a-value-range-from-loading-in-script/m-p/363875#M1171014</guid>
      <dc:creator />
      <dc:date>2012-06-22T08:55:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude a value range from loading in script</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-a-value-range-from-loading-in-script/m-p/363876#M1171015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try out the method used in the application. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There might be easier ways but at the moment I can think only&amp;nbsp; of this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Deepak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2012 09:06:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-a-value-range-from-loading-in-script/m-p/363876#M1171015</guid>
      <dc:creator>deepakk</dc:creator>
      <dc:date>2012-06-22T09:06:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude a value range from loading in script</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-a-value-range-from-loading-in-script/m-p/363877#M1171016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you, in my script WHERE [Field 1] NOT BETWEEN... does not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Table2]:&lt;/P&gt;&lt;P&gt;load [Field 1]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Resident Table1;&lt;/P&gt;&lt;P&gt;DROP Table1;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2012 09:07:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-a-value-range-from-loading-in-script/m-p/363877#M1171016</guid>
      <dc:creator>omyahamburg</dc:creator>
      <dc:date>2012-06-22T09:07:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude a value range from loading in script</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-a-value-range-from-loading-in-script/m-p/363878#M1171017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Deepak&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That looks great, thanks a lot, I will try it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joerg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2012 09:11:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-a-value-range-from-loading-in-script/m-p/363878#M1171017</guid>
      <dc:creator>omyahamburg</dc:creator>
      <dc:date>2012-06-22T09:11:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude a value range from loading in script</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-a-value-range-from-loading-in-script/m-p/363879#M1171018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try using &lt;/P&gt;&lt;P&gt;[Field 1]&amp;lt; 1400001 AND [Field 1]&amp;gt; 1400009&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR, Neha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2012 09:20:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-a-value-range-from-loading-in-script/m-p/363879#M1171018</guid>
      <dc:creator />
      <dc:date>2012-06-22T09:20:31Z</dc:date>
    </item>
  </channel>
</rss>

