<?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 Range Expression in Application in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Range-Expression-in-Application/m-p/343455#M126847</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have some data displayed in an application and one of the fields is Days Delinquent, These days range from 0-100. Does anyone have experience with an expression so that I could select from this field 0-31, 32-61, and 62-100 instead of all the days shown separately?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Jul 2012 16:05:24 GMT</pubDate>
    <dc:creator>MalcolmCICWF</dc:creator>
    <dc:date>2012-07-10T16:05:24Z</dc:date>
    <item>
      <title>Range Expression in Application</title>
      <link>https://community.qlik.com/t5/QlikView/Range-Expression-in-Application/m-p/343455#M126847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have some data displayed in an application and one of the fields is Days Delinquent, These days range from 0-100. Does anyone have experience with an expression so that I could select from this field 0-31, 32-61, and 62-100 instead of all the days shown separately?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2012 16:05:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Range-Expression-in-Application/m-p/343455#M126847</guid>
      <dc:creator>MalcolmCICWF</dc:creator>
      <dc:date>2012-07-10T16:05:24Z</dc:date>
    </item>
    <item>
      <title>Re: Range Expression in Application</title>
      <link>https://community.qlik.com/t5/QlikView/Range-Expression-in-Application/m-p/343456#M126848</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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Try this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; In script, Use like this,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Load * , if([Days Delinquent] &amp;gt;=0 and [Days Delinquent] &amp;lt; 32 , '0-31', if([Days Delinquent] &amp;gt;=32 and [Days Delinquent] &amp;lt; 62, '32-61', '62-100')) as DateRange from tablename;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2012 16:11:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Range-Expression-in-Application/m-p/343456#M126848</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2012-07-10T16:11:05Z</dc:date>
    </item>
    <item>
      <title>Re: Range Expression in Application</title>
      <link>https://community.qlik.com/t5/QlikView/Range-Expression-in-Application/m-p/343457#M126849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Add a listbox with the expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If([Days Delinquent] &amp;lt;= 31,'0-31',if([Days Delinquent] &amp;lt;= 61,'32-61','62-100'))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2012 16:13:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Range-Expression-in-Application/m-p/343457#M126849</guid>
      <dc:creator>nagaiank</dc:creator>
      <dc:date>2012-07-10T16:13:07Z</dc:date>
    </item>
  </channel>
</rss>

