<?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: List Box Range Values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/List-Box-Range-Values/m-p/1550515#M744737</link>
    <description>&lt;P&gt;write it properly,&lt;/P&gt;&lt;P&gt;CASE&lt;BR /&gt;when Interval BETWEEN 0 and 6 then 'less then 7 days' //with ( ' ) after then&lt;BR /&gt;when Interval BETWEEN &lt;FONT color="#FF0000"&gt;&lt;STRIKE&gt;&lt;STRONG&gt;'0'&amp;nbsp;&lt;/STRONG&gt;&lt;/STRIKE&gt;&lt;STRONG&gt; 0&lt;/STRONG&gt;&lt;/FONT&gt; and 13 then 'Less then 14 days'&lt;BR /&gt;when Interval BETWEEN 0 and 27 then 'Less then 28 days'&lt;BR /&gt;when Interval BETWEEN 0 and 31 then 'Less then 30 days'&lt;/P&gt;&lt;P&gt;end as xyz&lt;/P&gt;</description>
    <pubDate>Thu, 28 Feb 2019 13:41:26 GMT</pubDate>
    <dc:creator>Shubham_Deshmukh</dc:creator>
    <dc:date>2019-02-28T13:41:26Z</dc:date>
    <item>
      <title>List Box Range Values</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-Range-Values/m-p/1549704#M744734</link>
      <description>&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;I need your help. Actually I am trying to do display the results on the basis of List box selection.&amp;nbsp; Following is My SQL script .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" size="2"&gt;CASE&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" size="2"&gt;when&lt;/FONT&gt; &lt;FONT size="2"&gt;Interval &lt;/FONT&gt;&lt;FONT color="#808080" size="2"&gt;BETWEEN&lt;/FONT&gt; &lt;FONT color="#ff0000" size="2"&gt;0&lt;/FONT&gt; &lt;FONT color="#808080" size="2"&gt;and&lt;/FONT&gt; &lt;FONT color="#ff0000" size="2"&gt;6&lt;/FONT&gt; &lt;FONT color="#0000ff" size="2"&gt;then&lt;/FONT&gt; &lt;FONT color="#ff0000" size="2"&gt;Less then 7 days&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" size="2"&gt;when&lt;/FONT&gt;&lt;FONT size="2"&gt; I&lt;/FONT&gt;&lt;FONT size="2"&gt;nterval &lt;/FONT&gt;&lt;FONT color="#808080" size="2"&gt;BETWEEN&lt;/FONT&gt; &lt;FONT color="#ff0000" size="2"&gt;'0'&lt;/FONT&gt; &lt;FONT color="#808080" size="2"&gt;and&lt;/FONT&gt; &lt;FONT color="#ff0000" size="2"&gt;13&lt;/FONT&gt; &lt;FONT color="#0000ff" size="2"&gt;then&lt;/FONT&gt; &lt;FONT color="#ff0000" size="2"&gt;Less then 14 days&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" size="2"&gt;when&lt;/FONT&gt; &lt;FONT size="2"&gt;Interval &lt;/FONT&gt;&lt;FONT color="#808080" size="2"&gt;BETWEEN&lt;/FONT&gt; &lt;FONT color="#ff0000" size="2"&gt;0&lt;/FONT&gt; &lt;FONT color="#808080" size="2"&gt;and&lt;/FONT&gt; &lt;FONT color="#ff0000" size="2"&gt;27&lt;/FONT&gt; &lt;FONT color="#0000ff" size="2"&gt;then&lt;/FONT&gt; &lt;FONT color="#ff0000" size="2"&gt;Less then 28 days&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" size="2"&gt;when&lt;/FONT&gt; &lt;FONT size="2"&gt;Interval &lt;/FONT&gt;&lt;FONT color="#808080" size="2"&gt;BETWEEN&lt;/FONT&gt; &lt;FONT color="#ff0000" size="2"&gt;0&lt;/FONT&gt; &lt;FONT color="#808080" size="2"&gt;and&lt;/FONT&gt; &lt;FONT color="#ff0000" size="2"&gt;31&lt;/FONT&gt; &lt;FONT color="#0000ff" size="2"&gt;then&lt;/FONT&gt; &lt;FONT color="#ff0000" size="2"&gt;Less then 30 days&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The issue with the above script is it gives wrong values. Like Less then 14 Days will give you values from&amp;nbsp; 7 -13 .&amp;nbsp; not&amp;nbsp; from 0-13. same like Less then 28 days&amp;nbsp; show values between 13 and 26.&lt;/P&gt;&lt;P&gt;My list box (please review attached picture) given me wrong data .&lt;/P&gt;&lt;P&gt;Is there a way I can manage in Qlikview?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Waqas Shah&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 21:20:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-Range-Values/m-p/1549704#M744734</guid>
      <dc:creator>waqasshah</dc:creator>
      <dc:date>2024-11-16T21:20:14Z</dc:date>
    </item>
    <item>
      <title>Re: List Box Range Values</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-Range-Values/m-p/1549820#M744735</link>
      <description>Try this :&lt;BR /&gt;CASE&lt;BR /&gt;&lt;BR /&gt;when Interval &amp;gt;=0 and Interval &amp;lt;= 6 then Less then 7 days&lt;BR /&gt;&lt;BR /&gt;when Interval &amp;gt;=0 and Interval &amp;lt;= 13 then Less then 14 days&lt;BR /&gt;&lt;BR /&gt;when Interval &amp;gt;=0 and Interval &amp;lt;= 27 then Less then 28 days&lt;BR /&gt;&lt;BR /&gt;when Interval &amp;gt;=0 and Interval &amp;lt;=31 then Less then 30 days&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Feb 2019 12:35:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-Range-Values/m-p/1549820#M744735</guid>
      <dc:creator>Shubham_Deshmukh</dc:creator>
      <dc:date>2019-02-27T12:35:23Z</dc:date>
    </item>
    <item>
      <title>Re: List Box Range Values</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-Range-Values/m-p/1550472#M744736</link>
      <description>&lt;P&gt;Unfortunately its not working. any other option ?&lt;/P&gt;</description>
      <pubDate>Thu, 28 Feb 2019 12:47:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-Range-Values/m-p/1550472#M744736</guid>
      <dc:creator>waqasshah</dc:creator>
      <dc:date>2019-02-28T12:47:12Z</dc:date>
    </item>
    <item>
      <title>Re: List Box Range Values</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-Range-Values/m-p/1550515#M744737</link>
      <description>&lt;P&gt;write it properly,&lt;/P&gt;&lt;P&gt;CASE&lt;BR /&gt;when Interval BETWEEN 0 and 6 then 'less then 7 days' //with ( ' ) after then&lt;BR /&gt;when Interval BETWEEN &lt;FONT color="#FF0000"&gt;&lt;STRIKE&gt;&lt;STRONG&gt;'0'&amp;nbsp;&lt;/STRONG&gt;&lt;/STRIKE&gt;&lt;STRONG&gt; 0&lt;/STRONG&gt;&lt;/FONT&gt; and 13 then 'Less then 14 days'&lt;BR /&gt;when Interval BETWEEN 0 and 27 then 'Less then 28 days'&lt;BR /&gt;when Interval BETWEEN 0 and 31 then 'Less then 30 days'&lt;/P&gt;&lt;P&gt;end as xyz&lt;/P&gt;</description>
      <pubDate>Thu, 28 Feb 2019 13:41:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-Range-Values/m-p/1550515#M744737</guid>
      <dc:creator>Shubham_Deshmukh</dc:creator>
      <dc:date>2019-02-28T13:41:26Z</dc:date>
    </item>
    <item>
      <title>Re: List Box Range Values</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-Range-Values/m-p/1550590#M744738</link>
      <description>&lt;P&gt;Sorry I did not get you . you mean trying to&amp;nbsp; add (') in SQL script ?&lt;/P&gt;</description>
      <pubDate>Thu, 28 Feb 2019 15:06:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-Range-Values/m-p/1550590#M744738</guid>
      <dc:creator>waqasshah</dc:creator>
      <dc:date>2019-02-28T15:06:12Z</dc:date>
    </item>
    <item>
      <title>Re: List Box Range Values</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-Range-Values/m-p/1550876#M744739</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Your script :&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;CASE&lt;BR /&gt;when Interval BETWEEN 0 and 6 then less then 7 days&lt;BR /&gt;when Interval BETWEEN &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;'0'&lt;/STRONG&gt;&lt;/FONT&gt;&amp;nbsp;and 13 then Less then 14 days&lt;BR /&gt;when Interval BETWEEN 0 and 27 then Less then 28 days&lt;BR /&gt;when Interval BETWEEN 0 and 31 then Less then 30 days&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;My suggestion :&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;CASE&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;when Interval BETWEEN 0 and 6 then &lt;STRONG&gt;'less then 7 days'&amp;nbsp;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;when Interval BETWEEN&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/FONT&gt;&lt;SPAN&gt;&amp;nbsp;and 13 then &lt;STRONG&gt;'Less then 14 days'&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;when Interval BETWEEN 0 and 27 then &lt;STRONG&gt;'Less then 28 days'&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;when Interval BETWEEN 0 and 31 then &lt;STRONG&gt;'Less then 30 days'&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2019 04:36:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-Range-Values/m-p/1550876#M744739</guid>
      <dc:creator>Shubham_Deshmukh</dc:creator>
      <dc:date>2019-03-01T04:36:57Z</dc:date>
    </item>
  </channel>
</rss>

