<?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: Aging bucket in qlikview in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Aging-bucket-in-qlikview/m-p/1315809#M826426</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i get the required output... but 2 challenges i see..&lt;/P&gt;&lt;P&gt;one is - it says..0-30&amp;nbsp; 30-60 60-90 but i need 0-30..31-60..61-90&lt;/P&gt;&lt;P&gt;and second is Sorting..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i used below one in the script..&lt;/P&gt;&lt;P&gt;if(AGED_DAYS_RECEIPT_CT &amp;gt;=0&amp;nbsp; and AGED_DAYS_RECEIPT_CT &amp;lt;=180 , Replace(class(AGED_DAYS_RECEIPT_CT,30),'&amp;lt;= x &amp;lt;','-'),&lt;/P&gt;&lt;P&gt;if(AGED_DAYS_RECEIPT_CT &amp;lt;=365 ,'181-365',&lt;/P&gt;&lt;P&gt;if(AGED_DAYS_RECEIPT_CT &amp;gt;365 ,'&amp;gt;365'))) as 'Aging_Bucket'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;got below output&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Caaapture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/168881_Caaapture.PNG" style="height: 308px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Jul 2017 12:36:21 GMT</pubDate>
    <dc:creator>bharani8</dc:creator>
    <dc:date>2017-07-03T12:36:21Z</dc:date>
    <item>
      <title>Aging bucket in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Aging-bucket-in-qlikview/m-p/1315801#M826418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt; font-family: 'book antiqua', palatino;"&gt;Hi Experts - trying to build an chart with Dimension in days like &lt;SPAN style="color: black;"&gt;0-30, 31-60, 61-90, 91-120, 121-150, 151-180, 181-365, &amp;gt;365..&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt; font-family: 'book antiqua', palatino; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 14pt; font-family: 'book antiqua', palatino;"&gt;Am able to do it for frequent interval using class function.. but when it comes to 181-365 and &amp;gt;365&amp;nbsp; am not able to crack it.. Please help..&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aging-bucket-in-qlikview/m-p/1315801#M826418</guid>
      <dc:creator>bharani8</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Aging bucket in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Aging-bucket-in-qlikview/m-p/1315802#M826419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe there is no data for these values, isn't it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jul 2017 11:56:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aging-bucket-in-qlikview/m-p/1315802#M826419</guid>
      <dc:creator>jmvilaplanap</dc:creator>
      <dc:date>2017-07-03T11:56:57Z</dc:date>
    </item>
    <item>
      <title>Re: Aging bucket in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Aging-bucket-in-qlikview/m-p/1315803#M826420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Data is there.. but still i get it as 30 days interval for all.. i tried with..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(AGED_DAYS_RECEIPT_CT &amp;gt;=0 ,$(vAgingGrp),&lt;/P&gt;&lt;P&gt;if(AGED_DAYS_RECEIPT_CT &amp;lt;=180 ,$(vAgingGrp),&lt;/P&gt;&lt;P&gt;if(AGED_DAYS_RECEIPT_CT &amp;gt;=181 ,replace(class(AGED_DAYS_RECEIPT_CT,185),'&amp;lt;= x &amp;lt;','-'),&lt;/P&gt;&lt;P&gt;if(AGED_DAYS_RECEIPT_CT &amp;gt;=366 ,replace(class(AGED_DAYS_RECEIPT_CT,10000),'&amp;lt;= x &amp;lt;','-')))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vAgingGrp = Replace(class(AGED_DAYS_RECEIPT_CT,30),'&amp;lt;= x &amp;lt;','-')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jul 2017 12:00:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aging-bucket-in-qlikview/m-p/1315803#M826420</guid>
      <dc:creator>bharani8</dc:creator>
      <dc:date>2017-07-03T12:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: Aging bucket in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Aging-bucket-in-qlikview/m-p/1315804#M826421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bharani,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please Share what you have done . I will try from my end.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Arvind Patil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jul 2017 12:02:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aging-bucket-in-qlikview/m-p/1315804#M826421</guid>
      <dc:creator>arvind_patil</dc:creator>
      <dc:date>2017-07-03T12:02:24Z</dc:date>
    </item>
    <item>
      <title>Re: Aging bucket in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Aging-bucket-in-qlikview/m-p/1315805#M826422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arvind - Plz chk above .. i have replied to Pascual&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jul 2017 12:03:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aging-bucket-in-qlikview/m-p/1315805#M826422</guid>
      <dc:creator>bharani8</dc:creator>
      <dc:date>2017-07-03T12:03:56Z</dc:date>
    </item>
    <item>
      <title>Re: Aging bucket in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Aging-bucket-in-qlikview/m-p/1315806#M826423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bharani,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be you are trying like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(AGED_DAYS_RECEIPT_CT &amp;gt;=0&amp;nbsp; and AGED_DAYS_RECEIPT_CT &amp;lt;=180 ,'0-180',&lt;/P&gt;&lt;P&gt;if(AGED_DAYS_RECEIPT_CT &amp;lt;=365 ,'180-365',&lt;/P&gt;&lt;P&gt;if(AGED_DAYS_RECEIPT_CT &amp;gt;365 ,'&amp;gt;365'))) as 'Filed name'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Arvind Patil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jul 2017 12:12:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aging-bucket-in-qlikview/m-p/1315806#M826423</guid>
      <dc:creator>arvind_patil</dc:creator>
      <dc:date>2017-07-03T12:12:15Z</dc:date>
    </item>
    <item>
      <title>Re: Aging bucket in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Aging-bucket-in-qlikview/m-p/1315807#M826424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try something like this&lt;/P&gt;&lt;P&gt;I have considered Age field. You can change according to your need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF(Age &amp;gt;= 0 and Age &amp;lt; 180, Class(Age,30),&lt;/P&gt;&lt;P&gt;IF(Age &amp;lt;= 365, '180-365','&amp;gt;365'))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jul 2017 12:20:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aging-bucket-in-qlikview/m-p/1315807#M826424</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2017-07-03T12:20:47Z</dc:date>
    </item>
    <item>
      <title>Re: Aging bucket in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Aging-bucket-in-qlikview/m-p/1315808#M826425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why don't use the Class function only? Why do you do all those "if"s?&lt;/P&gt;&lt;P&gt;I think is more easy than you are doing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have yo use class(field) as a dimension and count or sum as expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It makes sense for you?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jul 2017 12:28:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aging-bucket-in-qlikview/m-p/1315808#M826425</guid>
      <dc:creator>jmvilaplanap</dc:creator>
      <dc:date>2017-07-03T12:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: Aging bucket in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Aging-bucket-in-qlikview/m-p/1315809#M826426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i get the required output... but 2 challenges i see..&lt;/P&gt;&lt;P&gt;one is - it says..0-30&amp;nbsp; 30-60 60-90 but i need 0-30..31-60..61-90&lt;/P&gt;&lt;P&gt;and second is Sorting..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i used below one in the script..&lt;/P&gt;&lt;P&gt;if(AGED_DAYS_RECEIPT_CT &amp;gt;=0&amp;nbsp; and AGED_DAYS_RECEIPT_CT &amp;lt;=180 , Replace(class(AGED_DAYS_RECEIPT_CT,30),'&amp;lt;= x &amp;lt;','-'),&lt;/P&gt;&lt;P&gt;if(AGED_DAYS_RECEIPT_CT &amp;lt;=365 ,'181-365',&lt;/P&gt;&lt;P&gt;if(AGED_DAYS_RECEIPT_CT &amp;gt;365 ,'&amp;gt;365'))) as 'Aging_Bucket'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;got below output&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Caaapture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/168881_Caaapture.PNG" style="height: 308px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jul 2017 12:36:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aging-bucket-in-qlikview/m-p/1315809#M826426</guid>
      <dc:creator>bharani8</dc:creator>
      <dc:date>2017-07-03T12:36:21Z</dc:date>
    </item>
    <item>
      <title>Re: Aging bucket in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Aging-bucket-in-qlikview/m-p/1315810#M826427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;i get the required output... but 2 challenges i see..&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;one is - it says..0-30&amp;nbsp; 30-60 60-90 but i need 0-30..31-60..61-90&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;and second is Sorting..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jul 2017 12:40:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aging-bucket-in-qlikview/m-p/1315810#M826427</guid>
      <dc:creator>bharani8</dc:creator>
      <dc:date>2017-07-03T12:40:31Z</dc:date>
    </item>
    <item>
      <title>Re: Aging bucket in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Aging-bucket-in-qlikview/m-p/1315811#M826434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bharani,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use Dual Function for That:&lt;/P&gt;&lt;P&gt;Dual('0-30',1)&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Dual('30-60',2)&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;.&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;.&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;.&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Thanks,&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Arvind Patil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jul 2017 12:47:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aging-bucket-in-qlikview/m-p/1315811#M826434</guid>
      <dc:creator>arvind_patil</dc:creator>
      <dc:date>2017-07-03T12:47:20Z</dc:date>
    </item>
    <item>
      <title>Re: Aging bucket in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Aging-bucket-in-qlikview/m-p/1315812#M826435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where i need to use this? Plz explain more am just beginner &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jul 2017 12:49:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aging-bucket-in-qlikview/m-p/1315812#M826435</guid>
      <dc:creator>bharani8</dc:creator>
      <dc:date>2017-07-03T12:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: Aging bucket in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Aging-bucket-in-qlikview/m-p/1315813#M826436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use something like below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14990864024306724" jivemacro_uid="_14990864024306724"&gt;
&lt;P&gt;Map_Bucket:&lt;/P&gt;
&lt;P&gt;Mapping Load &lt;/P&gt;
&lt;P&gt;From + IterNo() - 1 as JoinKey&lt;/P&gt;
&lt;P&gt;,Bucket &lt;/P&gt;
&lt;P&gt;While From + IterNo() - 1 &amp;lt;= To;&lt;/P&gt;
&lt;P&gt;Load * Inline&lt;/P&gt;
&lt;P&gt;[&lt;/P&gt;
&lt;P&gt;From, To, Bucket&lt;/P&gt;
&lt;P&gt;0, 30, 0-30&lt;/P&gt;
&lt;P&gt;31, 60, 31-60&lt;/P&gt;
&lt;P&gt;61, 90, 61-90&lt;/P&gt;
&lt;P&gt;91, 120, 91-120&lt;/P&gt;
&lt;P&gt;121, 150, 121-150&lt;/P&gt;
&lt;P&gt;151, 180, 151-180&lt;/P&gt;
&lt;P&gt;181, 365, 181-365&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Load &lt;/P&gt;
&lt;P&gt;AGED_DAYS_RECEIPT_CT&lt;/P&gt;
&lt;P&gt;,ApplyMap('Map_Bucket',AGED_DAYS_RECEIPT_CT,'&amp;gt;365') as Bucket&lt;/P&gt;
&lt;P&gt;Inline&lt;/P&gt;
&lt;P&gt;[&lt;/P&gt;
&lt;P&gt;AGED_DAYS_RECEIPT_CT &lt;/P&gt;
&lt;P&gt;4&lt;/P&gt;
&lt;P&gt;6&lt;/P&gt;
&lt;P&gt;10&lt;/P&gt;
&lt;P&gt;20&lt;/P&gt;
&lt;P&gt;40&lt;/P&gt;
&lt;P&gt;42&lt;/P&gt;
&lt;P&gt;55&lt;/P&gt;
&lt;P&gt;65&lt;/P&gt;
&lt;P&gt;80&lt;/P&gt;
&lt;P&gt;91&lt;/P&gt;
&lt;P&gt;100&lt;/P&gt;
&lt;P&gt;120&lt;/P&gt;
&lt;P&gt;130&lt;/P&gt;
&lt;P&gt;150&lt;/P&gt;
&lt;P&gt;160&lt;/P&gt;
&lt;P&gt;180&lt;/P&gt;
&lt;P&gt;190&lt;/P&gt;
&lt;P&gt;200&lt;/P&gt;
&lt;P&gt;220&lt;/P&gt;
&lt;P&gt;300&lt;/P&gt;
&lt;P&gt;325&lt;/P&gt;
&lt;P&gt;350&lt;/P&gt;
&lt;P&gt;360&lt;/P&gt;
&lt;P&gt;400&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jul 2017 12:53:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aging-bucket-in-qlikview/m-p/1315813#M826436</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2017-07-03T12:53:24Z</dc:date>
    </item>
    <item>
      <title>Re: Aging bucket in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Aging-bucket-in-qlikview/m-p/1315814#M826437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bharani,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if I want then I use like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;if(AGED_DAYS_RECEIPT_CT &amp;gt;=0&amp;nbsp; and AGED_DAYS_RECEIPT_CT &amp;lt;=180 ,Dual('0-180',1),&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;if(AGED_DAYS_RECEIPT_CT &amp;lt;=365 ,'180-365',&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;Dual('&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;'180-365'&lt;/SPAN&gt;',2),&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;if(AGED_DAYS_RECEIPT_CT &amp;gt;365 ,&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;Dual('&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;'&amp;gt;365'&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;',3),&lt;/SPAN&gt;))) as 'Filed name'&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Thanks,&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Arvind Patil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jul 2017 12:55:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aging-bucket-in-qlikview/m-p/1315814#M826437</guid>
      <dc:creator>arvind_patil</dc:creator>
      <dc:date>2017-07-03T12:55:07Z</dc:date>
    </item>
    <item>
      <title>Re: Aging bucket in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Aging-bucket-in-qlikview/m-p/1315815#M826438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I know this answer is weird, But try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;AGED_DAYS_RECEIPT_CT &amp;gt; 0 and &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;AGED_DAYS_RECEIPT_CT &amp;lt;= 30, Dual('0-30',1), &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;If(&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;AGED_DAYS_RECEIPT_CT &amp;gt; 30 and &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;AGED_DAYS_RECEIPT_CT &amp;lt;= 60, Dual('31-60',2), &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;If(&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;AGED_DAYS_RECEIPT_CT &amp;gt; 60 and &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;AGED_DAYS_RECEIPT_CT &amp;lt;= 90, Dual('61-90',3), &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;If(&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;AGED_DAYS_RECEIPT_CT &amp;gt; 90 and &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;AGED_DAYS_RECEIPT_CT &amp;lt;= 120, Dual('91-120',4), &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;If(&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;AGED_DAYS_RECEIPT_CT &amp;gt; 120 and &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;AGED_DAYS_RECEIPT_CT &amp;lt;= 150, Dual('121-150',5), &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;If(&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;AGED_DAYS_RECEIPT_CT &amp;gt; 150 and &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;AGED_DAYS_RECEIPT_CT &amp;lt;= 180, Dual('151-180',6), &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;If(&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;AGED_DAYS_RECEIPT_CT &amp;gt; 180 and &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;AGED_DAYS_RECEIPT_CT &amp;lt;= 365, Dual('181-365',7), Dual('&amp;gt;365',8))))))))&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jul 2017 12:55:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aging-bucket-in-qlikview/m-p/1315815#M826438</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-07-03T12:55:15Z</dc:date>
    </item>
    <item>
      <title>Re: Aging bucket in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Aging-bucket-in-qlikview/m-p/1315816#M826439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also you can use below for sorting issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_1499086580986149" jivemacro_uid="_1499086580986149"&gt;
&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_1499086580986149" jivemacro_uid="_1499086580986149"&gt;
&lt;P&gt;Map_Bucket:&lt;/P&gt;
&lt;P&gt;Mapping Load&lt;/P&gt;
&lt;P&gt;From + IterNo() - 1 as JoinKey&lt;/P&gt;
&lt;/PRE&gt;
&lt;/PRE&gt;&lt;H1&gt;&lt;STRONG style="color: rgba(0, 0, 0, 0);"&gt;,Dual(Bucket,RowNo()) as Bucket&lt;/STRONG&gt;&lt;/H1&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_1499086580986149" jivemacro_uid="_1499086580986149"&gt;
&lt;P&gt;While From + IterNo() - 1 &amp;lt;= To;&lt;/P&gt;
&lt;P&gt;Load * Inline&lt;/P&gt;
&lt;P&gt;[&lt;/P&gt;
&lt;P&gt;From, To, Bucket&lt;/P&gt;
&lt;P&gt;0, 30, 0-30&lt;/P&gt;
&lt;P&gt;31, 60, 31-60&lt;/P&gt;
&lt;P&gt;61, 90, 61-90&lt;/P&gt;
&lt;P&gt;91, 120, 91-120&lt;/P&gt;
&lt;P&gt;121, 150, 121-150&lt;/P&gt;
&lt;P&gt;151, 180, 151-180&lt;/P&gt;
&lt;P&gt;181, 365, 181-365&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jul 2017 12:56:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aging-bucket-in-qlikview/m-p/1315816#M826439</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2017-07-03T12:56:45Z</dc:date>
    </item>
    <item>
      <title>Re: Aging bucket in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Aging-bucket-in-qlikview/m-p/1315817#M826440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Map_Bucket:&lt;/P&gt;&lt;P&gt;Mapping Load &lt;/P&gt;&lt;P&gt;From + IterNo() - 1 as JoinKey&lt;/P&gt;&lt;P&gt;,Dual(Bucket,RowNo()) as Bucket&lt;/P&gt;&lt;P&gt;While From + IterNo() - 1 &amp;lt;= To;&lt;/P&gt;&lt;P&gt;Load * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;From, To, Bucket&lt;/P&gt;&lt;P&gt;0, 30, 0-30&lt;/P&gt;&lt;P&gt;31, 60, 31-60&lt;/P&gt;&lt;P&gt;61, 90, 61-90&lt;/P&gt;&lt;P&gt;91, 120, 91-120&lt;/P&gt;&lt;P&gt;121, 150, 121-150&lt;/P&gt;&lt;P&gt;151, 180, 151-180&lt;/P&gt;&lt;P&gt;181, 365, 181-365&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jul 2017 12:57:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aging-bucket-in-qlikview/m-p/1315817#M826440</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2017-07-03T12:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: Aging bucket in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Aging-bucket-in-qlikview/m-p/1315818#M826441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Absolutly worked as i was looking for!! TY Samineni!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Special thanks to Manish and Arvind!!:) Learnt a lot from you both &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jul 2017 13:01:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aging-bucket-in-qlikview/m-p/1315818#M826441</guid>
      <dc:creator>bharani8</dc:creator>
      <dc:date>2017-07-03T13:01:47Z</dc:date>
    </item>
    <item>
      <title>Re: Aging bucket in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Aging-bucket-in-qlikview/m-p/1315819#M826442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I know you can't select more than one answer as correct but there are other options also to appreciate someone's help.&lt;/P&gt;&lt;P&gt;Happy Qliking !!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jul 2017 13:04:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aging-bucket-in-qlikview/m-p/1315819#M826442</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2017-07-03T13:04:40Z</dc:date>
    </item>
    <item>
      <title>Re: Aging bucket in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Aging-bucket-in-qlikview/m-p/1315820#M826443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bharani,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is Server your purpose mark it as correct answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Arvind Patil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jul 2017 13:06:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aging-bucket-in-qlikview/m-p/1315820#M826443</guid>
      <dc:creator>arvind_patil</dc:creator>
      <dc:date>2017-07-03T13:06:00Z</dc:date>
    </item>
  </channel>
</rss>

