<?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: groups by if sentence in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/groups-by-if-sentence/m-p/906553#M1001947</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;in my script I created groups with limits of 7 days, last condition should contain all the values grater then 64 days&lt;/P&gt;&lt;P&gt;in the attached screen shot you can see that that the group of the 64+ contains 206 and there is another group (not defined in the script) represented by '-' and contains 13,721 and is not selectable.&lt;/P&gt;&lt;P&gt;also you can see in caption total count 20,047 and when I select suppress null, the total count of account in groups does not mach.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Jun 2015 06:31:33 GMT</pubDate>
    <dc:creator>ilanbaruch</dc:creator>
    <dc:date>2015-06-04T06:31:33Z</dc:date>
    <item>
      <title>groups by if sentence</title>
      <link>https://community.qlik.com/t5/QlikView/groups-by-if-sentence/m-p/906545#M1001939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt;i want to&amp;nbsp; make groups by an if sentence but i get a lot of nulls values&lt;/P&gt;&lt;P&gt;LOAD Distinct&lt;/P&gt;&lt;P&gt;ID as ACCOUNT_ID,&lt;/P&gt;&lt;P&gt;ACCOUNT_LT,&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(&lt;SPAN style="font-size: 13.3333330154419px;"&gt;ACCOUNT_LT&lt;/SPAN&gt;&amp;gt;= 0 and &lt;SPAN style="font-size: 13.3333330154419px;"&gt;ACCOUNT_LT&lt;/SPAN&gt;&amp;lt;= 7 ,'0-7 Days',&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(&lt;SPAN style="font-size: 13.3333330154419px;"&gt;ACCOUNT_LT&lt;/SPAN&gt;&amp;gt; 7 and &lt;SPAN style="font-size: 13.3333330154419px;"&gt;ACCOUNT_LT&lt;/SPAN&gt;&amp;lt;= 14,'8-14 Days',&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(&lt;SPAN style="font-size: 13.3333330154419px;"&gt;ACCOUNT_LT&lt;/SPAN&gt;&amp;gt; 14 and &lt;SPAN style="font-size: 13.3333330154419px;"&gt;ACCOUNT_LT&lt;/SPAN&gt;&amp;lt;= 21,'15-21 Days',&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(&lt;SPAN style="font-size: 13.3333330154419px;"&gt;ACCOUNT_LT&lt;/SPAN&gt;&amp;gt; 21 and &lt;SPAN style="font-size: 13.3333330154419px;"&gt;ACCOUNT_LT&lt;/SPAN&gt;&amp;lt;= 28,'22-28 Days',&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(&lt;SPAN style="font-size: 13.3333330154419px;"&gt;ACCOUNT_LT&lt;/SPAN&gt;&amp;gt; 28 and &lt;SPAN style="font-size: 13.3333330154419px;"&gt;ACCOUNT_LT&lt;/SPAN&gt;&amp;lt;= 36,'29-36 Days',&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(&lt;SPAN style="font-size: 13.3333330154419px;"&gt;ACCOUNT_LT&lt;/SPAN&gt;&amp;gt; 36 and &lt;SPAN style="font-size: 13.3333330154419px;"&gt;ACCOUNT_LT&lt;/SPAN&gt;&amp;lt;= 43,'37-43 Days',&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(&lt;SPAN style="font-size: 13.3333330154419px;"&gt;ACCOUNT_LT&lt;/SPAN&gt; &amp;gt; 43 and &lt;SPAN style="font-size: 13.3333330154419px;"&gt;ACCOUNT_LT&lt;/SPAN&gt; &amp;lt;= 50,'44-50 Days',&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(&lt;SPAN style="font-size: 13.3333330154419px;"&gt;ACCOUNT_LT&lt;/SPAN&gt; &amp;gt;50 and &lt;SPAN style="font-size: 13.3333330154419px;"&gt;ACCOUNT_LT&lt;/SPAN&gt; &amp;lt;= 57 ,'50-57 Days',&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(&lt;SPAN style="font-size: 13.3333330154419px;"&gt;ACCOUNT_LT&lt;/SPAN&gt;&amp;gt; 57 and &lt;SPAN style="font-size: 13.3333330154419px;"&gt;ACCOUNT_LT&lt;/SPAN&gt;&amp;lt;= 63,'57-63 Days','64+'))))))))) as &lt;SPAN style="font-size: 13.3333330154419px;"&gt;ACCOUNT_&lt;/SPAN&gt;Group&lt;/P&gt;&lt;P&gt;the result is that most of the values are out of range &lt;/P&gt;&lt;P&gt;when i select suppress null CB in chart last bar in chart disappear&lt;/P&gt;&lt;P&gt;and count does not mach.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 22:46:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/groups-by-if-sentence/m-p/906545#M1001939</guid>
      <dc:creator>ilanbaruch</dc:creator>
      <dc:date>2015-06-03T22:46:28Z</dc:date>
    </item>
    <item>
      <title>Re: groups by if sentence</title>
      <link>https://community.qlik.com/t5/QlikView/groups-by-if-sentence/m-p/906546#M1001940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From the image, looks like it works as designed.&amp;nbsp; What's the expectations?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 23:06:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/groups-by-if-sentence/m-p/906546#M1001940</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-03T23:06:17Z</dc:date>
    </item>
    <item>
      <title>Re: groups by if sentence</title>
      <link>https://community.qlik.com/t5/QlikView/groups-by-if-sentence/m-p/906547#M1001941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The screenshot refers to a field called ID, but this field does not exist in your sample script, so there is a gap in detail there. The null value typically comes from the way your aggregation spans over the data model, so a sample QVW would make it easier to explain where the null values come from.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 23:20:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/groups-by-if-sentence/m-p/906547#M1001941</guid>
      <dc:creator>ToniKautto</dc:creator>
      <dc:date>2015-06-03T23:20:50Z</dc:date>
    </item>
    <item>
      <title>Re: groups by if sentence</title>
      <link>https://community.qlik.com/t5/QlikView/groups-by-if-sentence/m-p/906548#M1001942</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;are there any &lt;SPAN style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ACCOUNT_LT &amp;lt; &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;0 or non-numeric, because those would not be put in one of the &lt;SPAN style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ACCOUNT_&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Groups using your expression?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 23:24:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/groups-by-if-sentence/m-p/906548#M1001942</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2015-06-03T23:24:48Z</dc:date>
    </item>
    <item>
      <title>Re: groups by if sentence</title>
      <link>https://community.qlik.com/t5/QlikView/groups-by-if-sentence/m-p/906549#M1001943</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;another solution for unequal sized buckets:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/543808"&gt;Custom Filter(unusual range)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;maybe it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 23:28:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/groups-by-if-sentence/m-p/906549#M1001943</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2015-06-03T23:28:08Z</dc:date>
    </item>
    <item>
      <title>Re: groups by if sentence</title>
      <link>https://community.qlik.com/t5/QlikView/groups-by-if-sentence/m-p/906550#M1001944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Marco,&lt;/P&gt;&lt;P&gt;That was my first thought too, but given how it's written, everything out of range should be in '64+' group.&lt;/P&gt;&lt;P&gt;Hard to tell without an example...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 23:29:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/groups-by-if-sentence/m-p/906550#M1001944</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-03T23:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: groups by if sentence</title>
      <link>https://community.qlik.com/t5/QlikView/groups-by-if-sentence/m-p/906551#M1001945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you are right. I didn't notice (maybe it's too late in the night over here ... &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 23:39:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/groups-by-if-sentence/m-p/906551#M1001945</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2015-06-03T23:39:58Z</dc:date>
    </item>
    <item>
      <title>Re: groups by if sentence</title>
      <link>https://community.qlik.com/t5/QlikView/groups-by-if-sentence/m-p/906552#M1001946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please try the following and see if the problem resolves:.&lt;/P&gt;&lt;P&gt;LOAD *,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; if(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;ACCOUNT_LT&lt;/SPAN&gt;&amp;gt;= 0 and &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;ACCOUNT_LT&lt;/SPAN&gt;&amp;lt;= 7 ,'0-7 Days',&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; if(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;ACCOUNT_LT&lt;/SPAN&gt;&amp;gt; 7 and &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;ACCOUNT_LT&lt;/SPAN&gt;&amp;lt;= 14,'8-14 Days',&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; if(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;ACCOUNT_LT&lt;/SPAN&gt;&amp;gt; 14 and &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;ACCOUNT_LT&lt;/SPAN&gt;&amp;lt;= 21,'15-21 Days',&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; if(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;ACCOUNT_LT&lt;/SPAN&gt;&amp;gt; 21 and &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;ACCOUNT_LT&lt;/SPAN&gt;&amp;lt;= 28,'22-28 Days',&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; if(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;ACCOUNT_LT&lt;/SPAN&gt;&amp;gt; 28 and &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;ACCOUNT_LT&lt;/SPAN&gt;&amp;lt;= 36,'29-36 Days',&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; if(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;ACCOUNT_LT&lt;/SPAN&gt;&amp;gt; 36 and &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;ACCOUNT_LT&lt;/SPAN&gt;&amp;lt;= 43,'37-43 Days',&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; if(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;ACCOUNT_LT&lt;/SPAN&gt; &amp;gt; 43 and &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;ACCOUNT_LT&lt;/SPAN&gt; &amp;lt;= 50,'44-50 Days',&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; if(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;ACCOUNT_LT&lt;/SPAN&gt; &amp;gt;50 and &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;ACCOUNT_LT&lt;/SPAN&gt; &amp;lt;= 57 ,'50-57 Days',&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; if(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;ACCOUNT_LT&lt;/SPAN&gt;&amp;gt; 57 and &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;ACCOUNT_LT&lt;/SPAN&gt;&amp;lt;= 63,'57-63 Days','64+'))))))))) as &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;ACCOUNT_&lt;/SPAN&gt;Group&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; ;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD Distinct&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ID as ACCOUNT_ID&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ACCOUNT_LT&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;From&amp;nbsp; (your source of data)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jun 2015 00:53:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/groups-by-if-sentence/m-p/906552#M1001946</guid>
      <dc:creator>nagaiank</dc:creator>
      <dc:date>2015-06-04T00:53:53Z</dc:date>
    </item>
    <item>
      <title>Re: groups by if sentence</title>
      <link>https://community.qlik.com/t5/QlikView/groups-by-if-sentence/m-p/906553#M1001947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;in my script I created groups with limits of 7 days, last condition should contain all the values grater then 64 days&lt;/P&gt;&lt;P&gt;in the attached screen shot you can see that that the group of the 64+ contains 206 and there is another group (not defined in the script) represented by '-' and contains 13,721 and is not selectable.&lt;/P&gt;&lt;P&gt;also you can see in caption total count 20,047 and when I select suppress null, the total count of account in groups does not mach.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jun 2015 06:31:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/groups-by-if-sentence/m-p/906553#M1001947</guid>
      <dc:creator>ilanbaruch</dc:creator>
      <dc:date>2015-06-04T06:31:33Z</dc:date>
    </item>
    <item>
      <title>Re: groups by if sentence</title>
      <link>https://community.qlik.com/t5/QlikView/groups-by-if-sentence/m-p/906554#M1001948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you post a screenshot of your data model? My guess is the problem is there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jun 2015 06:50:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/groups-by-if-sentence/m-p/906554#M1001948</guid>
      <dc:creator>giakoum</dc:creator>
      <dc:date>2015-06-04T06:50:09Z</dc:date>
    </item>
    <item>
      <title>Re: groups by if sentence</title>
      <link>https://community.qlik.com/t5/QlikView/groups-by-if-sentence/m-p/906555#M1001949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ilan,&lt;/P&gt;&lt;P&gt;I see what you mean.&amp;nbsp; The way it is written, everything out of range (negative values, non-numeric, and &amp;gt; 63) should be in '64+'.&amp;nbsp; Probably not what you need - but it doesn't work even this way.&amp;nbsp; I think &lt;A href="https://community.qlik.com/qlik-users/45562"&gt;tko&lt;/A&gt;‌ has the point.&amp;nbsp; It would be easier to figure out if you could upload the app.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jun 2015 12:37:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/groups-by-if-sentence/m-p/906555#M1001949</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-04T12:37:30Z</dc:date>
    </item>
    <item>
      <title>Re: groups by if sentence</title>
      <link>https://community.qlik.com/t5/QlikView/groups-by-if-sentence/m-p/906556#M1001950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;excuse me but because your gap between to values is always 7 why don't you use CLASS function like :&lt;/P&gt;&lt;P&gt;if (&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;ACCOUNT_LT &amp;gt; 63, '64+',&amp;nbsp;&amp;nbsp;&amp;nbsp; // to meet the values over 63&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;class(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;ACCOUNT_LT&lt;/SPAN&gt;, 7)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // to range by group of 7&lt;/P&gt;&lt;P&gt;) as ACCOUNT_GROUP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jun 2015 12:47:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/groups-by-if-sentence/m-p/906556#M1001950</guid>
      <dc:creator />
      <dc:date>2015-06-04T12:47:07Z</dc:date>
    </item>
    <item>
      <title>Re: groups by if sentence</title>
      <link>https://community.qlik.com/t5/QlikView/groups-by-if-sentence/m-p/906557#M1001951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Refer the attchment for solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sindhu Kannan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jun 2015 13:17:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/groups-by-if-sentence/m-p/906557#M1001951</guid>
      <dc:creator />
      <dc:date>2015-06-04T13:17:05Z</dc:date>
    </item>
  </channel>
</rss>

