<?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: Top 10 Debtors for Rolling 12 Month in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Top-10-Debtors-for-Rolling-12-Month/m-p/1669804#M50583</link>
    <description>&lt;P&gt;Hi there&lt;/P&gt;&lt;P&gt;In case somebody else is stuck with the same requirement it turned out that my initial approach was not correct. Correct solution is to use summation over multiple aggregation in calculated dimension (see attached). Later approach logically solved requirement, however it ran into timed out calculation issue that was resolved by using key fields in set analysis restriction.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="CalculatedDimension.png" style="width: 938px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/27534iE070757FC98C818F/image-size/large?v=v2&amp;amp;px=999" role="button" title="CalculatedDimension.png" alt="CalculatedDimension.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 27 Jan 2020 21:56:29 GMT</pubDate>
    <dc:creator>HurikanLorenzo</dc:creator>
    <dc:date>2020-01-27T21:56:29Z</dc:date>
    <item>
      <title>Top 10 Debtors for Rolling 12 Month</title>
      <link>https://community.qlik.com/t5/App-Development/Top-10-Debtors-for-Rolling-12-Month/m-p/1655726#M49026</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to output Top 10 Debtors balance per month for the last 12 months in a chart, dimension Month and Measure Balance (see attachment). I am able to code it using set analysis, however it shows same Top 10 Debtors as ranked for last month for the rolling period of 12 months. I would like to show Top 10 Debtors to be calculated for each months of rolling 12 months. Measure is defined like below and uses AsOfCalendar approach:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Sum(
{$&amp;lt;
DateNum={"&amp;gt;=$(=num(AddMonths(date($(vMaxSnapshotDateNumPrev)),-11)))&amp;lt;=$(=$(vMaxSnapshotDateNumPrev))"},
[%Flag_IsThisDate]={1},
[Debtor]={"=Rank(AGGR(Sum({&amp;lt;DateNum={'$(=$(vMaxSnapshotDateNumPrev))'},[%Flag_IsThisDate]={1}&amp;gt;}[Open Amount]*($(vCurrencyRate))),[Debtor]),4)&amp;lt;=10"}
&amp;gt;}
[Open Amount]*$(vCurrencyRate))&lt;/LI-CODE&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;Thanks for help in advance, M.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="TOP 10 Rolling 12 Months" style="width: 756px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/27535i3100BA7200A36908/image-size/large?v=v2&amp;amp;px=999" role="button" title="Chart.png" alt="TOP 10 Rolling 12 Months" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;TOP 10 Rolling 12 Months&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 19:29:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Top-10-Debtors-for-Rolling-12-Month/m-p/1655726#M49026</guid>
      <dc:creator>HurikanLorenzo</dc:creator>
      <dc:date>2024-11-16T19:29:26Z</dc:date>
    </item>
    <item>
      <title>Re: Top 10 Debtors for Rolling 12 Month</title>
      <link>https://community.qlik.com/t5/App-Development/Top-10-Debtors-for-Rolling-12-Month/m-p/1656396#M49086</link>
      <description>&lt;P&gt;Hi Lorenzo,&lt;/P&gt;&lt;P&gt;For making a top 10 you can use the Qlik sense &lt;SPAN&gt;functionality ( see picture below).&amp;nbsp; You can create a selection where you select the months.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I hope you understand&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Dec 2019 08:32:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Top-10-Debtors-for-Rolling-12-Month/m-p/1656396#M49086</guid>
      <dc:creator>hansvillo</dc:creator>
      <dc:date>2019-12-11T08:32:14Z</dc:date>
    </item>
    <item>
      <title>Re: Top 10 Debtors for Rolling 12 Month</title>
      <link>https://community.qlik.com/t5/App-Development/Top-10-Debtors-for-Rolling-12-Month/m-p/1656805#M49125</link>
      <description>&lt;P&gt;Hi Hansvillo&lt;/P&gt;&lt;P&gt;Chart I am using has only one dimension [Month Year] and TOP 10 standard functionality does not offer ranking against dimension that is not in the chart, i.e. [Debtor].&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2019 00:51:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Top-10-Debtors-for-Rolling-12-Month/m-p/1656805#M49125</guid>
      <dc:creator>HurikanLorenzo</dc:creator>
      <dc:date>2019-12-12T00:51:01Z</dc:date>
    </item>
    <item>
      <title>Re: Top 10 Debtors for Rolling 12 Month</title>
      <link>https://community.qlik.com/t5/App-Development/Top-10-Debtors-for-Rolling-12-Month/m-p/1669804#M50583</link>
      <description>&lt;P&gt;Hi there&lt;/P&gt;&lt;P&gt;In case somebody else is stuck with the same requirement it turned out that my initial approach was not correct. Correct solution is to use summation over multiple aggregation in calculated dimension (see attached). Later approach logically solved requirement, however it ran into timed out calculation issue that was resolved by using key fields in set analysis restriction.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="CalculatedDimension.png" style="width: 938px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/27534iE070757FC98C818F/image-size/large?v=v2&amp;amp;px=999" role="button" title="CalculatedDimension.png" alt="CalculatedDimension.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jan 2020 21:56:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Top-10-Debtors-for-Rolling-12-Month/m-p/1669804#M50583</guid>
      <dc:creator>HurikanLorenzo</dc:creator>
      <dc:date>2020-01-27T21:56:29Z</dc:date>
    </item>
  </channel>
</rss>

