<?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: How to Display Double Aging Bucket in Single Pivot table? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-Display-Double-Aging-Bucket-in-Single-Pivot-table/m-p/1321136#M824818</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Something like this? I just created a pivot table with Status as Dimension and count(Primary Key) for each bucket as the expression. The labels are actually text boxes for Active and Transfer Aging. Not sure if this is exactly what you are looking for though.&lt;IMG alt="range pivot.PNG" class="jive-image image-1" src="/legacyfs/online/170635_range pivot.PNG" style="height: 98px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Jul 2017 19:35:23 GMT</pubDate>
    <dc:creator>manas_bn</dc:creator>
    <dc:date>2017-07-18T19:35:23Z</dc:date>
    <item>
      <title>How to Display Double Aging Bucket in Single Pivot table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Display-Double-Aging-Bucket-in-Single-Pivot-table/m-p/1321131#M824811</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;We have a requirement where we would like to display 2 aging buckets in single Pivot table in Qlikview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Example: Create below 2 fields for each record in the table.&lt;/P&gt;&lt;P&gt;Transfer Bucket = [Transfer Date] - [Start Date] and create a bucket field "Transfer_Aging".&lt;/P&gt;&lt;P&gt;Active Bucket = [Active Date] - [Start Date] and create a bucket field "Active_Aging".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bucket creation was done as expected. But the issues we are facing is on how to display above 2 bucket fields in same Pivot table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find attached image on the expected output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help on achieving the results as shown in attachment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Jigesh&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/How-to-Display-Double-Aging-Bucket-in-Single-Pivot-table/m-p/1321131#M824811</guid>
      <dc:creator>shah_jigesh16</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to Display Double Aging Bucket in Single Pivot table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Display-Double-Aging-Bucket-in-Single-Pivot-table/m-p/1321132#M824812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please provide sample data &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jul 2017 20:23:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Display-Double-Aging-Bucket-in-Single-Pivot-table/m-p/1321132#M824812</guid>
      <dc:creator>ziadm</dc:creator>
      <dc:date>2017-07-17T20:23:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to Display Double Aging Bucket in Single Pivot table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Display-Double-Aging-Bucket-in-Single-Pivot-table/m-p/1321133#M824813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is the sample data&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jul 2017 21:03:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Display-Double-Aging-Bucket-in-Single-Pivot-table/m-p/1321133#M824813</guid>
      <dc:creator>shah_jigesh16</dc:creator>
      <dc:date>2017-07-17T21:03:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to Display Double Aging Bucket in Single Pivot table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Display-Double-Aging-Bucket-in-Single-Pivot-table/m-p/1321134#M824814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jigesh,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Two ways to do this. One is through preceding load in the backend script. Second is through set analysis in the expression. Attached is the sample for Active buckets using both methods, you can do the same for transfer buckets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;THROUGH SET ANALYSIS:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Count({&amp;lt;[Active Days] = {'&amp;gt;=1&amp;lt;=100'} &amp;gt;} [Primary Key])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THROUGH SCRIPT:&lt;/P&gt;&lt;P&gt;// Preceding Load&lt;/P&gt;&lt;P&gt;LOAD&amp;nbsp; *,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;// Create buckets 0, 1-100 and 101-500&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;if( Active=0, 1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if( Active &amp;gt;=1 and Active &amp;lt;=100, 2,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if( Active &amp;gt;100 and Active &amp;lt;=500, 3,4))) as [Active Range];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load [Primary Key],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Status,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Start Date],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Transfer Date],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Active Date],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Active Date]-[Start Date] as Active Days,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Transfer Date]-[Start Date] as Transfer Days&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(biff, embedded labels, table is Sheet1$);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="range.PNG" class="jive-image image-1" height="390" src="https://community.qlik.com/legacyfs/online/170462_range.PNG" style="height: 390.358px; width: 418px;" width="418" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Cheers!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jul 2017 21:57:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Display-Double-Aging-Bucket-in-Single-Pivot-table/m-p/1321134#M824814</guid>
      <dc:creator>manas_bn</dc:creator>
      <dc:date>2017-07-17T21:57:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to Display Double Aging Bucket in Single Pivot table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Display-Double-Aging-Bucket-in-Single-Pivot-table/m-p/1321135#M824816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the answer and explanation.&lt;/P&gt;&lt;P&gt;Query here is more on the UI front.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is as you have mentioned 2 created 2 bucket field in Script that is already done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do we display both bucket fields in UI in same pivot table without hardcoding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you once again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2017 18:54:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Display-Double-Aging-Bucket-in-Single-Pivot-table/m-p/1321135#M824816</guid>
      <dc:creator>shah_jigesh16</dc:creator>
      <dc:date>2017-07-18T18:54:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to Display Double Aging Bucket in Single Pivot table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Display-Double-Aging-Bucket-in-Single-Pivot-table/m-p/1321136#M824818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Something like this? I just created a pivot table with Status as Dimension and count(Primary Key) for each bucket as the expression. The labels are actually text boxes for Active and Transfer Aging. Not sure if this is exactly what you are looking for though.&lt;IMG alt="range pivot.PNG" class="jive-image image-1" src="/legacyfs/online/170635_range pivot.PNG" style="height: 98px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2017 19:35:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Display-Double-Aging-Bucket-in-Single-Pivot-table/m-p/1321136#M824818</guid>
      <dc:creator>manas_bn</dc:creator>
      <dc:date>2017-07-18T19:35:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to Display Double Aging Bucket in Single Pivot table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Display-Double-Aging-Bucket-in-Single-Pivot-table/m-p/1321137#M824819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manas,&lt;/P&gt;&lt;P&gt;Thank you for the prompt reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes this is what I was looking for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please share qvw for reference.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2017 19:52:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Display-Double-Aging-Bucket-in-Single-Pivot-table/m-p/1321137#M824819</guid>
      <dc:creator>shah_jigesh16</dc:creator>
      <dc:date>2017-07-18T19:52:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to Display Double Aging Bucket in Single Pivot table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Display-Double-Aging-Bucket-in-Single-Pivot-table/m-p/1321138#M824820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here you go. Alternatively, you could also change the background color on the expressions so it's easy to differentiate between Active/Transfer.&lt;/P&gt;&lt;P&gt;You can explore other options for labels as well.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2017 20:46:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Display-Double-Aging-Bucket-in-Single-Pivot-table/m-p/1321138#M824820</guid>
      <dc:creator>manas_bn</dc:creator>
      <dc:date>2017-07-18T20:46:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to Display Double Aging Bucket in Single Pivot table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Display-Double-Aging-Bucket-in-Single-Pivot-table/m-p/1321139#M824821</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 could be to create a generic age bucket field and an age type e.g. like this:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="170659" alt="QlikCommunity_Thread_267920_Pic1.JPG" class="image-5 jive-image" src="https://community.qlik.com/legacyfs/online/170659_QlikCommunity_Thread_267920_Pic1.JPG" style="height: 66px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="170657" alt="QlikCommunity_Thread_267920_Pic3.JPG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/170657_QlikCommunity_Thread_267920_Pic3.JPG" style="height: 264px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="170658" alt="QlikCommunity_Thread_267920_Pic4.JPG" class="image-4 jive-image" src="https://community.qlik.com/legacyfs/online/170658_QlikCommunity_Thread_267920_Pic4.JPG" style="height: 209px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="170620" alt="QlikCommunity_Thread_267920_Pic2.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/170620_QlikCommunity_Thread_267920_Pic2.JPG" style="font-size: 13.3333px; height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_15004155601274232" jivemacro_uid="_15004155601274232"&gt;
&lt;P&gt;table1:&lt;/P&gt;
&lt;P&gt;LOAD AutoNumberHash128([Primary Key],Status) as %Key, *&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;FROM [&lt;/SPAN&gt;&lt;A class="" data-containerid="-1" data-containertype="-1" data-objectid="287720" data-objecttype="13" href="https://community.qlik.com/servlet/JiveServlet/download/2003-267920-1308467-287720/Double+Aging+Bucket.xls"&gt;https://community.qlik.com/servlet/JiveServlet/download/1308467-287720/Double%20Aging%20Bucket.xls&lt;/A&gt;&lt;SPAN&gt;] (biff, embedded labels, table is Sheet1$);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;tabAging:&lt;/P&gt;
&lt;P&gt;CrossTable (AgeType, AgeDays)&lt;/P&gt;
&lt;P&gt;LOAD %Key,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Transfer Date]-[Start Date] as Transfer,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Active Date]-[Start Date] as Active,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Active Date]-[Transfer Date] as TransferActive&lt;/P&gt;
&lt;P&gt;Resident table1;&lt;/P&gt;
&lt;P&gt;Left Join&lt;/P&gt;
&lt;P&gt;LOAD Distinct&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AgeDays,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If( AgeDays&amp;lt; 50,Dual( '&amp;lt;50 days'&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,&amp;nbsp; 1),&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(AgeDays&amp;lt;100,Dual('&amp;gt;=50 &amp;lt;100 days' , 50),&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(AgeDays&amp;lt;200,Dual('&amp;gt;=100 &amp;lt;200 days',100),&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(AgeDays&amp;lt;500,Dual('&amp;gt;=200 &amp;lt;500 days',200))))) as Aging&lt;/P&gt;
&lt;P&gt;Resident tabAging;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this 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>Tue, 18 Jul 2017 21:57:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Display-Double-Aging-Bucket-in-Single-Pivot-table/m-p/1321139#M824821</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2017-07-18T21:57:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to Display Double Aging Bucket in Single Pivot table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Display-Double-Aging-Bucket-in-Single-Pivot-table/m-p/1321140#M824822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is an excellent solution! Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would this have any performance impact since we are doubling the number of records? Just trying to learn.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2017 22:16:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Display-Double-Aging-Bucket-in-Single-Pivot-table/m-p/1321140#M824822</guid>
      <dc:creator>manas_bn</dc:creator>
      <dc:date>2017-07-18T22:16:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to Display Double Aging Bucket in Single Pivot table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Display-Double-Aging-Bucket-in-Single-Pivot-table/m-p/1321141#M824823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;actually this approach does not change the number of rows of the main table, instead the age days and buckets are loaded in a separate table.&lt;/P&gt;&lt;P&gt;This additional table and the %Key field add to the memory footprint, yes, but on the other hand age bucket values only have to be stored in a single field.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I guess it depends on the source data, which of both effects predominates.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;maybe helpful:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/2848"&gt;Symbol Tables and Bit-Stuffed Pointers&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2017 22:32:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Display-Double-Aging-Bucket-in-Single-Pivot-table/m-p/1321141#M824823</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2017-07-18T22:32:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to Display Double Aging Bucket in Single Pivot table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Display-Double-Aging-Bucket-in-Single-Pivot-table/m-p/1321142#M824824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manas ,&lt;/P&gt;&lt;P&gt;Thank you for the efforts. But was looking more at dynamic Bucketing in script which Marco's solution will help getting that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have marked you solution as Helpful as we cannot mark 2 replies as Correct..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you once again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2017 13:05:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Display-Double-Aging-Bucket-in-Single-Pivot-table/m-p/1321142#M824824</guid>
      <dc:creator>shah_jigesh16</dc:creator>
      <dc:date>2017-07-19T13:05:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to Display Double Aging Bucket in Single Pivot table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Display-Double-Aging-Bucket-in-Single-Pivot-table/m-p/1321143#M824825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the solution. Dint really think of using Crosstable using resident load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Performance isn't an issue as data size is not huge.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It really helped a lot.&lt;/P&gt;&lt;P&gt;Thank you for the overall support.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Jigesh D Shah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2017 13:08:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Display-Double-Aging-Bucket-in-Single-Pivot-table/m-p/1321143#M824825</guid>
      <dc:creator>shah_jigesh16</dc:creator>
      <dc:date>2017-07-19T13:08:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to Display Double Aging Bucket in Single Pivot table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Display-Double-Aging-Bucket-in-Single-Pivot-table/m-p/1321144#M824826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure Jigesh. That was the better solution. I would have used it myself! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2017 16:35:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Display-Double-Aging-Bucket-in-Single-Pivot-table/m-p/1321144#M824826</guid>
      <dc:creator>manas_bn</dc:creator>
      <dc:date>2017-07-19T16:35:21Z</dc:date>
    </item>
  </channel>
</rss>

