<?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: Where clasue for range values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Where-clasue-for-range-values/m-p/758032#M269770</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I preferred Gysbert approach.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Mar 2015 13:41:39 GMT</pubDate>
    <dc:creator>buzzy996</dc:creator>
    <dc:date>2015-03-20T13:41:39Z</dc:date>
    <item>
      <title>Where clasue for range values</title>
      <link>https://community.qlik.com/t5/QlikView/Where-clasue-for-range-values/m-p/758027#M269765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi , I would like to get data between '2015001' and '2015012' from data base,,, what would be the best way to write it in where clause.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you see I am using MATCH statement, but I think it can be written in a better way&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; SELECT * FROM /BIC/AO2HIPLPA00 &lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: 10pt;"&gt;//$(vTable) &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp; WHERE MATCH (FISCPER, '2015001','2015002','2015003','2015004','2015005','2015006','2015007','2015008','2015009','2015010','2015011','2015012') &lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: 10pt;"&gt;// $(Period) // 001/2015 012/2015&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; AND DISTR_CHAN = '99' &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2015 10:12:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-clasue-for-range-values/m-p/758027#M269765</guid>
      <dc:creator />
      <dc:date>2015-03-20T10:12:21Z</dc:date>
    </item>
    <item>
      <title>Re: Where clasue for range values</title>
      <link>https://community.qlik.com/t5/QlikView/Where-clasue-for-range-values/m-p/758028#M269766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Replace the where statement with:&lt;/P&gt;&lt;P&gt;where FISCPER &amp;gt;= &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;'2015001'&amp;nbsp; and FISCPER &amp;lt;= &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;'2015012'&amp;nbsp; AND DISTR_CHAN = '99'&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2015 10:14:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-clasue-for-range-values/m-p/758028#M269766</guid>
      <dc:creator>Roop</dc:creator>
      <dc:date>2015-03-20T10:14:31Z</dc:date>
    </item>
    <item>
      <title>Re: Where clasue for range values</title>
      <link>https://community.qlik.com/t5/QlikView/Where-clasue-for-range-values/m-p/758029#M269767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try &lt;EM&gt;where FISCPER between '&lt;/EM&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333330154419px;"&gt;&lt;EM&gt;2015001' and '&lt;/EM&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333330154419px;"&gt;&lt;EM&gt;2015012'&lt;/EM&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2015 10:15:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-clasue-for-range-values/m-p/758029#M269767</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-03-20T10:15:07Z</dc:date>
    </item>
    <item>
      <title>Re: Where clasue for range values</title>
      <link>https://community.qlik.com/t5/QlikView/Where-clasue-for-range-values/m-p/758030#M269768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to include both ends&amp;nbsp; so can it be FISCPER &amp;gt;= &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;'2015001' and FISCPER &amp;lt;= &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;'2015012'&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2015 10:17:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-clasue-for-range-values/m-p/758030#M269768</guid>
      <dc:creator />
      <dc:date>2015-03-20T10:17:16Z</dc:date>
    </item>
    <item>
      <title>Re: Where clasue for range values</title>
      <link>https://community.qlik.com/t5/QlikView/Where-clasue-for-range-values/m-p/758031#M269769</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;WHERE date &amp;gt;= '2015001' AND&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; date &amp;lt;= '2015012' &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2015 11:18:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-clasue-for-range-values/m-p/758031#M269769</guid>
      <dc:creator>Gabriel</dc:creator>
      <dc:date>2015-03-20T11:18:41Z</dc:date>
    </item>
    <item>
      <title>Re: Where clasue for range values</title>
      <link>https://community.qlik.com/t5/QlikView/Where-clasue-for-range-values/m-p/758032#M269770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I preferred Gysbert approach.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2015 13:41:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-clasue-for-range-values/m-p/758032#M269770</guid>
      <dc:creator>buzzy996</dc:creator>
      <dc:date>2015-03-20T13:41:39Z</dc:date>
    </item>
  </channel>
</rss>

