<?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: If Condition? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/If-Condition/m-p/1364707#M417851</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem doing this is that if we take number 50 for example should be included in both filters&lt;/P&gt;&lt;P&gt;30+ days and 45 + days&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If we use if()&amp;nbsp; then a number will only be assigned to one filter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Apr 2017 16:58:10 GMT</pubDate>
    <dc:creator>vinieme12</dc:creator>
    <dc:date>2017-04-07T16:58:10Z</dc:date>
    <item>
      <title>If Condition?</title>
      <link>https://community.qlik.com/t5/QlikView/If-Condition/m-p/1364702#M417846</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 am trying to created a bucket but it's not working as I thought. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The idea is set ranges, but not excluding the other options. For example, I have a field called Days I have set the following: &lt;/P&gt;&lt;P&gt;If (Day =&amp;lt; 30, '1 to 30 Days', &lt;/P&gt;&lt;P&gt;If (Day &amp;gt; 30, '30 + Days', &lt;/P&gt;&lt;P&gt;If (Day &amp;gt; 45, '45 + Days', &lt;/P&gt;&lt;P&gt;If (Day &amp;gt; 60, '60 + Days',&lt;/P&gt;&lt;P&gt;If (Day &amp;gt; 90, '90 + Days',)))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem here is if I want to have all above 30, I need to select 30 + Days, 45 + Days, 60 + Days and 90 + Days. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I want is if I select 30 + Days it should include the other selections and no the range between 30 and 45. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is in a List Box with field as expression. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please help me with this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Apr 2017 16:46:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-Condition/m-p/1364702#M417846</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-07T16:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: If Condition?</title>
      <link>https://community.qlik.com/t5/QlikView/If-Condition/m-p/1364703#M417847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;If (Day &amp;lt;= 30, '1 to 30 Days',&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;If (Day &amp;lt; 45, '30 + Days',&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;If (Day &amp;lt; 60, '45 + Days',&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;If (Day &amp;lt; 90, '60 + Days',&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;If (Day &amp;gt;= 90, '90 + Days',)))))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Apr 2017 16:50:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-Condition/m-p/1364703#M417847</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-04-07T16:50:00Z</dc:date>
    </item>
    <item>
      <title>Re: If Condition?</title>
      <link>https://community.qlik.com/t5/QlikView/If-Condition/m-p/1364704#M417848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OR this? Typo error sunny with comma&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;If (Day &amp;lt;= 30, '1 to 30 Days',&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;If (Day &amp;gt;30 and Day &amp;lt;= 45, '30 + Days',&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;If (Day &amp;gt;45 and Day &amp;lt;= 60, '45 + Days',&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;If (Day &amp;gt;60 and Day &amp;lt;= 90, '60 + Days',&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;If (Day &amp;gt; 90, '90 + Days')))))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Apr 2017 16:52:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-Condition/m-p/1364704#M417848</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-04-07T16:52:45Z</dc:date>
    </item>
    <item>
      <title>Re: If Condition?</title>
      <link>https://community.qlik.com/t5/QlikView/If-Condition/m-p/1364705#M417849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try the solution I posted on your old thread ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/255567"&gt;Group filter?&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Apr 2017 16:54:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-Condition/m-p/1364705#M417849</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-04-07T16:54:12Z</dc:date>
    </item>
    <item>
      <title>Re: If Condition?</title>
      <link>https://community.qlik.com/t5/QlikView/If-Condition/m-p/1364706#M417850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nope, probably doesn't like you &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Apr 2017 16:57:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-Condition/m-p/1364706#M417850</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-04-07T16:57:58Z</dc:date>
    </item>
    <item>
      <title>Re: If Condition?</title>
      <link>https://community.qlik.com/t5/QlikView/If-Condition/m-p/1364707#M417851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem doing this is that if we take number 50 for example should be included in both filters&lt;/P&gt;&lt;P&gt;30+ days and 45 + days&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If we use if()&amp;nbsp; then a number will only be assigned to one filter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Apr 2017 16:58:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-Condition/m-p/1364707#M417851</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-04-07T16:58:10Z</dc:date>
    </item>
    <item>
      <title>Re: If Condition?</title>
      <link>https://community.qlik.com/t5/QlikView/If-Condition/m-p/1364708#M417852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hahaha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Apr 2017 16:58:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-Condition/m-p/1364708#M417852</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-04-07T16:58:24Z</dc:date>
    </item>
    <item>
      <title>Re: If Condition?</title>
      <link>https://community.qlik.com/t5/QlikView/If-Condition/m-p/1364709#M417853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does that give any error? I know its a typo, but I feel like QlikView still doesn't throw any error, but I might be wrong &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Apr 2017 16:58:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-Condition/m-p/1364709#M417853</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-04-07T16:58:39Z</dc:date>
    </item>
    <item>
      <title>Re: If Condition?</title>
      <link>https://community.qlik.com/t5/QlikView/If-Condition/m-p/1364710#M417854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anil and Sunny, that didn't work. I am looking for accumulative, I mean if I have for example these records: &lt;BR /&gt;1&lt;/P&gt;&lt;P&gt;4&lt;/P&gt;&lt;P&gt;31&lt;/P&gt;&lt;P&gt;35&lt;/P&gt;&lt;P&gt;45&lt;/P&gt;&lt;P&gt;48&lt;/P&gt;&lt;P&gt;60&lt;/P&gt;&lt;P&gt;65&lt;/P&gt;&lt;P&gt;90&lt;/P&gt;&lt;P&gt;95&lt;/P&gt;&lt;P&gt;110&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I select 30 + Days it should bring everything except by 1 and 4&lt;/P&gt;&lt;P&gt;When I select 45 + Days, it should include 45, 48, 60, 65, 90, 95 and 110&lt;/P&gt;&lt;P&gt;When I select 60 + Days, it should include 60,65,90,95 and 110&lt;/P&gt;&lt;P&gt;and so...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to do it? I have tried with or/and conditions like&lt;/P&gt;&lt;P&gt;if (day &amp;gt;30 or day &amp;gt;45 or day &amp;gt;60 or day &amp;gt;90, etc&lt;/P&gt;&lt;P&gt;but this didn't work. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Apr 2017 17:08:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-Condition/m-p/1364710#M417854</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-07T17:08:39Z</dc:date>
    </item>
    <item>
      <title>Re: If Condition?</title>
      <link>https://community.qlik.com/t5/QlikView/If-Condition/m-p/1364711#M417855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am sorry Vineeth, I didn't understand it. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Apr 2017 17:11:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-Condition/m-p/1364711#M417855</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-07T17:11:17Z</dc:date>
    </item>
    <item>
      <title>Re: If Condition?</title>
      <link>https://community.qlik.com/t5/QlikView/If-Condition/m-p/1364712#M417856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then why didn't you use what &lt;A href="https://community.qlik.com/people/vinieme12"&gt;vinieme12&lt;/A&gt;‌ gave you? You won't be able to replicate what you want using if statement. You might be able to use multiple loads with Where statement or use Interval Match, but if is probably not going to work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Apr 2017 17:11:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-Condition/m-p/1364712#M417856</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-04-07T17:11:52Z</dc:date>
    </item>
    <item>
      <title>Re: If Condition?</title>
      <link>https://community.qlik.com/t5/QlikView/If-Condition/m-p/1364713#M417857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I didn't understand what he did there. I am trying to make this work with a case or if functions. If it's not possible, then I will like to have an 'how to do the &lt;A _jive_internal="true" class="jiveTT-hover-user jive-link-profile-small" data-containerid="-1" data-containertype="-1" data-objectid="216189" data-objecttype="3" href="https://community.qlik.com/people/vinieme12" style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3778c7;"&gt;Vineeth Pujari&lt;/A&gt; solution for dumbs?'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Apr 2017 17:15:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-Condition/m-p/1364713#M417857</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-07T17:15:56Z</dc:date>
    </item>
    <item>
      <title>Re: If Condition?</title>
      <link>https://community.qlik.com/t5/QlikView/If-Condition/m-p/1364714#M417858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;another way could be. Take resident load of your original table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;LOAD Date,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dim1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dim2,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; autonumber(Date&amp;amp;Dim1&amp;amp;Dim2) as Key // Create key which includes all the dimensions of table&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Day&lt;/P&gt;&lt;P&gt;FROM Source;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Group:&lt;/P&gt;&lt;P&gt;LOAD Key&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; '&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;1 to 30 Days' as Bucket&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;Resident Data&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;where Day&amp;lt;=30;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;concatenate(Group)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;LOAD Key&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; '&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;30 + Days&lt;/STRONG&gt;&lt;/SPAN&gt;' as Bucket&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;Resident Data&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;where Day&amp;gt;30;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;concatenate(Group)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;LOAD Key&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;'45 + Days'&lt;/STRONG&gt;&lt;/SPAN&gt; as Bucket&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;Resident Data&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;where Day&amp;gt;45;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;concatenate(Group)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;LOAD Key&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;'60 + Days'&lt;/STRONG&gt;&lt;/SPAN&gt; as Bucket&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;Resident Data&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;where Day&amp;gt;60;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;concatenate(Group)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;LOAD Key&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;'90 + Days'&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt; as Bucket&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;Resident Data&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;where Day&amp;gt;90;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Apr 2017 17:17:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-Condition/m-p/1364714#M417858</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2017-04-07T17:17:09Z</dc:date>
    </item>
    <item>
      <title>Re: If Condition?</title>
      <link>https://community.qlik.com/t5/QlikView/If-Condition/m-p/1364715#M417859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why not just RowNo() as Key?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Apr 2017 17:19:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-Condition/m-p/1364715#M417859</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-04-07T17:19:37Z</dc:date>
    </item>
    <item>
      <title>Re: If Condition?</title>
      <link>https://community.qlik.com/t5/QlikView/If-Condition/m-p/1364716#M417860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can I use this cancatenate in the if/case clause?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Apr 2017 17:26:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-Condition/m-p/1364716#M417860</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-07T17:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: If Condition?</title>
      <link>https://community.qlik.com/t5/QlikView/If-Condition/m-p/1364717#M417861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the script of the app I attached on the old thread&amp;nbsp; that solution uses intervalmatch ()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or you can use kushals procedure to Concatenate multiple table for each filter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Apr 2017 17:47:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-Condition/m-p/1364717#M417861</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-04-07T17:47:21Z</dc:date>
    </item>
    <item>
      <title>Re: If Condition?</title>
      <link>https://community.qlik.com/t5/QlikView/If-Condition/m-p/1364718#M417862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please elaborate more? I don't think you can use it in if, also it will not be the better way to do it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Apr 2017 06:12:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-Condition/m-p/1364718#M417862</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2017-04-08T06:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: If Condition?</title>
      <link>https://community.qlik.com/t5/QlikView/If-Condition/m-p/1364719#M417863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not sure but should work. Defining key will be a good approach that what I feel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Apr 2017 06:16:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-Condition/m-p/1364719#M417863</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2017-04-08T06:16:56Z</dc:date>
    </item>
    <item>
      <title>Re: If Condition?</title>
      <link>https://community.qlik.com/t5/QlikView/If-Condition/m-p/1364720#M417864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you could use intervalmatch()&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Apr 2017 06:34:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-Condition/m-p/1364720#M417864</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-08T06:34:15Z</dc:date>
    </item>
    <item>
      <title>Re: If Condition?</title>
      <link>https://community.qlik.com/t5/QlikView/If-Condition/m-p/1364721#M417865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;another approach could be using cross table&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;Data:&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;LOAD *, &lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;RowNo() as Key,&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;if(Days&amp;lt;=30,dual('1 to 30 Days',1)) as [Bucket&amp;lt;=30],&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;if(Days&amp;gt;30,dual('30 +Days',2)) as [Bucket&amp;gt;30],&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;if(Days&amp;gt;45,dual('45 +Days',3)) as [Bucket&amp;gt;45],&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;if(Days&amp;gt;60,dual('60 +Days',4)) as [Bucket&amp;gt;60],&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;if(Days&amp;gt;90,dual('90 +Days',5)) as [Bucket&amp;gt;90] &lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;INLINE [&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Days&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;10&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;20&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;30&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;13&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;56&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;76&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;45&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;89&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;34&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;44&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;13&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;88&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;92 ];&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Bucket:&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;CrossTable(Value,Bucket)&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;LOAD Key,&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Bucket&amp;lt;=30] ,&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Bucket&amp;gt;30],&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Bucket&amp;gt;45],&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Bucket&amp;gt;60],&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Bucket&amp;gt;90] &lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt; Resident Data;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt; DROP Fields Value;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;// DROP Fields [Bucket&amp;lt;=30],[Bucket&amp;gt;30], [Bucket&amp;gt;45],[Bucket&amp;gt;60],[Bucket&amp;gt;90] ;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;You can drop the Bucket fields if not needed.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="159525" alt="" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/159525_pastedImage_5.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;IMG __jive_id="159524" alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/159524_pastedImage_4.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Apr 2017 09:04:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-Condition/m-p/1364721#M417865</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2017-04-08T09:04:07Z</dc:date>
    </item>
  </channel>
</rss>

