<?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: Range of values in scripting in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Range-of-values-in-scripting/m-p/1428564#M611635</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can this also be used as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where Not Match([Product code],29306,....);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And with more statements&lt;/P&gt;&lt;P&gt;Where ....&lt;/P&gt;&lt;P&gt;and ...&lt;/P&gt;&lt;P&gt;and ... &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Oct 2017 18:55:14 GMT</pubDate>
    <dc:creator>csmqlik01</dc:creator>
    <dc:date>2017-10-10T18:55:14Z</dc:date>
    <item>
      <title>Range of values in scripting</title>
      <link>https://community.qlik.com/t5/QlikView/Range-of-values-in-scripting/m-p/1428562#M611633</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;I have a question regarding range of values in scripting.&lt;/P&gt;&lt;P&gt;In my script I do the following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG&gt;Load &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp; ....&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp; ....&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG&gt;where [product-code] =&amp;nbsp; (29306)&lt;SPAN style="color: #0000ff;"&gt;or&lt;/SPAN&gt;(29307)&lt;SPAN style="color: #0000ff;"&gt;or&lt;/SPAN&gt;(29310)&lt;SPAN style="color: #0000ff;"&gt;or&lt;/SPAN&gt;(29388)&lt;SPAN style="color: #0000ff;"&gt;or&lt;/SPAN&gt;(29470)&lt;SPAN style="color: #0000ff;"&gt;or&lt;/SPAN&gt;(29471)&lt;SPAN style="color: #0000ff;"&gt;or&lt;/SPAN&gt;(29473)&lt;SPAN style="color: #0000ff;"&gt;or&lt;/SPAN&gt;(29474)&lt;SPAN style="color: #0000ff;"&gt;or&lt;/SPAN&gt;(29476)&lt;SPAN style="color: #0000ff;"&gt;or&lt;/SPAN&gt;(29479) &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;With this I have my selection, but it seems not so good for the performance&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Before I used the following, I didn't receive a syntax error, but I was missing data &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;STRONG&gt;Where [product code] = (29306,29307, 29310,...)&amp;nbsp; &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;So think the first syntax is right but maybe it can be different for better performance&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Best regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Oct 2017 18:33:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Range-of-values-in-scripting/m-p/1428562#M611633</guid>
      <dc:creator>csmqlik01</dc:creator>
      <dc:date>2017-10-10T18:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: Range of values in scripting</title>
      <link>https://community.qlik.com/t5/QlikView/Range-of-values-in-scripting/m-p/1428563#M611634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use Match...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Where Match([product code], 29306, 29307, 29310,...);&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Oct 2017 18:36:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Range-of-values-in-scripting/m-p/1428563#M611634</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-10-10T18:36:13Z</dc:date>
    </item>
    <item>
      <title>Re: Range of values in scripting</title>
      <link>https://community.qlik.com/t5/QlikView/Range-of-values-in-scripting/m-p/1428564#M611635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can this also be used as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where Not Match([Product code],29306,....);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And with more statements&lt;/P&gt;&lt;P&gt;Where ....&lt;/P&gt;&lt;P&gt;and ...&lt;/P&gt;&lt;P&gt;and ... &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Oct 2017 18:55:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Range-of-values-in-scripting/m-p/1428564#M611635</guid>
      <dc:creator>csmqlik01</dc:creator>
      <dc:date>2017-10-10T18:55:14Z</dc:date>
    </item>
    <item>
      <title>Re: Range of values in scripting</title>
      <link>https://community.qlik.com/t5/QlikView/Range-of-values-in-scripting/m-p/1428565#M611636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Oct 2017 18:55:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Range-of-values-in-scripting/m-p/1428565#M611636</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-10-10T18:55:40Z</dc:date>
    </item>
  </channel>
</rss>

