<?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 Aging analysis per month in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Aging-analysis-per-month/m-p/284172#M105605</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;Hi Bumin,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;If I understood d requirementrightly, it is pretty simple.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;you can createone more veriable to store base date, which will store (ReportingDay)- 365 date value.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;i.e&lt;SPAN&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;vBaseDate =&amp;nbsp; (ReportingDay) - 365&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;Doing this, you havenow basedate available to calculate Ageing bucket..&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;Here is your new dimensionExpression =&lt;SPAN&gt; &lt;/SPAN&gt;&lt;STRONG&gt;class(if([due date]&amp;gt;vBaseDate ,[duedate]-vBaseDate),30)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;Instead of classyou can also create nested if bucket to cater you requirement.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;Now you can have simpleexpression&lt;SPAN&gt; &lt;/SPAN&gt;&lt;STRONG&gt;sum(value) &lt;/STRONG&gt;todraw bar chart.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;Good Luck.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;GM&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 31 Oct 2011 09:22:01 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-10-31T09:22:01Z</dc:date>
    <item>
      <title>Aging analysis per month</title>
      <link>https://community.qlik.com/t5/QlikView/Aging-analysis-per-month/m-p/284165#M105598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi together,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to create an aging analysis &lt;/P&gt;&lt;P&gt;(&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;open items, &lt;/LI&gt;&lt;LI&gt;&amp;lt;30 days due, &lt;/LI&gt;&lt;LI&gt;between 30 and 60 mdays due&lt;/LI&gt;&lt;LI&gt;more than 60 days&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp; for the last rolling 12 months based on a reporting day.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created the aging expressions, but I couldn't define the 12 rolling months.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anyone did something like this before?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks and regards&lt;/P&gt;&lt;P&gt;Bumin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Oct 2011 22:24:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aging-analysis-per-month/m-p/284165#M105598</guid>
      <dc:creator>bumin</dc:creator>
      <dc:date>2011-10-30T22:24:34Z</dc:date>
    </item>
    <item>
      <title>Re: Aging analysis per month</title>
      <link>https://community.qlik.com/t5/QlikView/Aging-analysis-per-month/m-p/284166#M105599</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;Made a few modifications in script for calendar and created a variable to set last 12 monts flag. Check out the attchement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kiran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2011 05:02:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aging-analysis-per-month/m-p/284166#M105599</guid>
      <dc:creator />
      <dc:date>2011-10-31T05:02:00Z</dc:date>
    </item>
    <item>
      <title>Aging analysis per month</title>
      <link>https://community.qlik.com/t5/QlikView/Aging-analysis-per-month/m-p/284167#M105600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kiran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your answer, but I am looking for something different.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to see the aging (0, 30, 60) &lt;/P&gt;&lt;UL&gt;&lt;LI&gt;as per reporting day&lt;/LI&gt;&lt;LI&gt;as per reporting day&amp;nbsp; - 30 days&lt;/LI&gt;&lt;LI&gt;as per reporting day - 60 days&lt;/LI&gt;&lt;LI&gt;...&lt;/LI&gt;&lt;LI&gt;as per reporting day - 360 days&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so the result should be a report with 12 columns (bar chart) showing for this day the aging structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bumin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2011 07:36:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aging-analysis-per-month/m-p/284167#M105600</guid>
      <dc:creator>bumin</dc:creator>
      <dc:date>2011-10-31T07:36:58Z</dc:date>
    </item>
    <item>
      <title>Re: Aging analysis per month</title>
      <link>https://community.qlik.com/t5/QlikView/Aging-analysis-per-month/m-p/284168#M105601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bumin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just changing from stacked to group in bar is enough. Made this change in the attachment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It can also be done using calculated dimension. Let me know if the attachment doesnt fulfil your need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kiran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2011 08:22:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aging-analysis-per-month/m-p/284168#M105601</guid>
      <dc:creator />
      <dc:date>2011-10-31T08:22:41Z</dc:date>
    </item>
    <item>
      <title>Aging analysis per month</title>
      <link>https://community.qlik.com/t5/QlikView/Aging-analysis-per-month/m-p/284169#M105602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kiran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to have 12 times (for the last 12 months) that what you see in the graph.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried with calculated dimensions, But I cannot access to it in the expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Bumin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2011 08:29:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aging-analysis-per-month/m-p/284169#M105602</guid>
      <dc:creator>bumin</dc:creator>
      <dc:date>2011-10-31T08:29:33Z</dc:date>
    </item>
    <item>
      <title>Re: Aging analysis per month</title>
      <link>https://community.qlik.com/t5/QlikView/Aging-analysis-per-month/m-p/284170#M105603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this out, using Trellis chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kiran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2011 08:39:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aging-analysis-per-month/m-p/284170#M105603</guid>
      <dc:creator />
      <dc:date>2011-10-31T08:39:00Z</dc:date>
    </item>
    <item>
      <title>Aging analysis per month</title>
      <link>https://community.qlik.com/t5/QlikView/Aging-analysis-per-month/m-p/284171#M105604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kiran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you don't need the trellis, but the right point was to take the CalenderYearAndMonth as a dimension.&lt;/P&gt;&lt;P&gt;Then you get the aging per month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks and regards&lt;/P&gt;&lt;P&gt;Bumin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2011 09:17:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aging-analysis-per-month/m-p/284171#M105604</guid>
      <dc:creator>bumin</dc:creator>
      <dc:date>2011-10-31T09:17:02Z</dc:date>
    </item>
    <item>
      <title>Aging analysis per month</title>
      <link>https://community.qlik.com/t5/QlikView/Aging-analysis-per-month/m-p/284172#M105605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;Hi Bumin,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;If I understood d requirementrightly, it is pretty simple.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;you can createone more veriable to store base date, which will store (ReportingDay)- 365 date value.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;i.e&lt;SPAN&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;vBaseDate =&amp;nbsp; (ReportingDay) - 365&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;Doing this, you havenow basedate available to calculate Ageing bucket..&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;Here is your new dimensionExpression =&lt;SPAN&gt; &lt;/SPAN&gt;&lt;STRONG&gt;class(if([due date]&amp;gt;vBaseDate ,[duedate]-vBaseDate),30)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;Instead of classyou can also create nested if bucket to cater you requirement.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;Now you can have simpleexpression&lt;SPAN&gt; &lt;/SPAN&gt;&lt;STRONG&gt;sum(value) &lt;/STRONG&gt;todraw bar chart.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;Good Luck.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;GM&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2011 09:22:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aging-analysis-per-month/m-p/284172#M105605</guid>
      <dc:creator />
      <dc:date>2011-10-31T09:22:01Z</dc:date>
    </item>
    <item>
      <title>Re: Aging analysis per month</title>
      <link>https://community.qlik.com/t5/QlikView/Aging-analysis-per-month/m-p/284173#M105606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kiran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have got the buckets but the result is still not Ok.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for one month 1 get only the documents from the month.&lt;/P&gt;&lt;P&gt;I am looking for all documents in each month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example: in October 2010 I have one invoice only (56K)&lt;/P&gt;&lt;P&gt;When I look to the figures of October I want to see all documents from the past and analyze them by aging.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;have you an idea, how it should be?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks and regards&lt;/P&gt;&lt;P&gt;Bumin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: GM, I couldn't get the class working either&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2011 16:37:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aging-analysis-per-month/m-p/284173#M105606</guid>
      <dc:creator>bumin</dc:creator>
      <dc:date>2011-10-31T16:37:59Z</dc:date>
    </item>
    <item>
      <title>Re: Aging analysis per month</title>
      <link>https://community.qlik.com/t5/QlikView/Aging-analysis-per-month/m-p/284174#M105607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bumin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are getting all months but you restrict the bar chart to show only 12 dimensions. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kiran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2011 16:45:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aging-analysis-per-month/m-p/284174#M105607</guid>
      <dc:creator />
      <dc:date>2011-10-31T16:45:57Z</dc:date>
    </item>
    <item>
      <title>Re: Aging analysis per month</title>
      <link>https://community.qlik.com/t5/QlikView/Aging-analysis-per-month/m-p/284175#M105608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kiran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to see only the 12 last months&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The report should show the aging as &lt;/P&gt;&lt;P&gt;per last month&lt;/P&gt;&lt;P&gt;per last month -1&lt;/P&gt;&lt;P&gt;per last month -2&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So each bucket has to show all documents with their aging regarding the period's monthend&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Bumin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2011 16:53:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aging-analysis-per-month/m-p/284175#M105608</guid>
      <dc:creator>bumin</dc:creator>
      <dc:date>2011-10-31T16:53:15Z</dc:date>
    </item>
    <item>
      <title>Re: Aging analysis per month</title>
      <link>https://community.qlik.com/t5/QlikView/Aging-analysis-per-month/m-p/284176#M105609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bumin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I would recommened is in load script create a field called document_ageing which should return Open, &amp;lt;30,&amp;lt;60 ,30-60 etc. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you can create this chart with document_ageing, calendar_month and count({&amp;lt;MonthID&amp;lt;={"$(=VL12Months)"}&amp;gt;}document_number). This would be very light and easy to use solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kiran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2011 17:03:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aging-analysis-per-month/m-p/284176#M105609</guid>
      <dc:creator />
      <dc:date>2011-10-31T17:03:36Z</dc:date>
    </item>
  </channel>
</rss>

