<?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: Need Help to create roll rate line chart from above and before function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-Help-to-create-roll-rate-line-chart-from-above-and-before/m-p/1689137#M764117</link>
    <description>&lt;P&gt;Sunny.&lt;/P&gt;&lt;P&gt;I'm trying in qlik sense this same expression, because i'm with the same problem to calculate the roll rate.&lt;/P&gt;&lt;P&gt;But it's not working... I tryed this:&lt;/P&gt;&lt;P&gt;=Sum(SomaSaldo)/Aggr(Above(Aggr(Above(Sum(SomaSaldo)), InfCarteiraMensal_AnoMes, FaixadeAtraso_0a180)), FaixadeAtraso_0a180, InfCarteiraMensal_AnoMes)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you help me?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 30 Mar 2020 17:00:38 GMT</pubDate>
    <dc:creator>willianvbuss</dc:creator>
    <dc:date>2020-03-30T17:00:38Z</dc:date>
    <item>
      <title>Need Help to create roll rate line chart from above and before function</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-to-create-roll-rate-line-chart-from-above-and-before/m-p/132758#M764112</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;&lt;/P&gt;&lt;P&gt;Basically, I want to create Roll rate/Flow rate/Delinquency rate from my data.&lt;/P&gt;&lt;P&gt;It was very easy on Excel (as attached sample), but on qlikview I was only able to show the flow rate number correctly using pivot chart&lt;/P&gt;&lt;P&gt;with expressions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=sum(TotalOSPrincipal)/above(before(SUM(TotalOSPrincipal)))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when I convert the pivot chart, it show "no data to display", I think above and before function is not suitable for this case, any idea or alternative to get the line chart?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FYI, to get the flow rate number I use formula as below :&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Excel Function.PNG" class="jive-image image-1" src="/legacyfs/online/209007_Excel Function.PNG" style="font-size: 13.3333px; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;then easily create line chart based on roll rate number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance...&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/Need-Help-to-create-roll-rate-line-chart-from-above-and-before/m-p/132758#M764112</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help to create roll rate line chart from above and before function</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-to-create-roll-rate-line-chart-from-above-and-before/m-p/132759#M764113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Sum(TotalOSPrincipal)/Aggr(Above(Aggr(Above(Sum(TotalOSPrincipal)), BUCKET1, PERIODE_REPORTING)), PERIODE_REPORTING, BUCKET1)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/209121_Capture.PNG" style="height: 192px; width: 620px;" /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2018 14:54:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help-to-create-roll-rate-line-chart-from-above-and-before/m-p/132759#M764113</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-07-27T14:54:32Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help to create roll rate line chart from above and before function</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-to-create-roll-rate-line-chart-from-above-and-before/m-p/132760#M764114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Sum(TotalOSPrincipal)/Only({&amp;lt;BUCKET1, PERIODE_REPORTING&amp;gt;}Aggr(Above(Only({&amp;lt;BUCKET1, PERIODE_REPORTING&amp;gt;}Aggr(Above(SUM({&amp;lt;BUCKET1, PERIODE_REPORTING&amp;gt;}TotalOSPrincipal)), BUCKET1, PERIODE_REPORTING))), PERIODE_REPORTING, BUCKET1))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2018 14:56:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help-to-create-roll-rate-line-chart-from-above-and-before/m-p/132760#M764114</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-07-27T14:56:57Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help to create roll rate line chart from above and before function</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-to-create-roll-rate-line-chart-from-above-and-before/m-p/132761#M764115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You very much, it's work flawlessly!&lt;/P&gt;&lt;P&gt;I took so many time to resolve this using set analysis, but suddenly you solved this using Aggregation and above function.&lt;/P&gt;&lt;P&gt;I should learn again about those function, to know better when to use it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a nice day...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2018 04:23:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help-to-create-roll-rate-line-chart-from-above-and-before/m-p/132761#M764115</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-30T04:23:28Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help to create roll rate line chart from above and before function</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-to-create-roll-rate-line-chart-from-above-and-before/m-p/132762#M764116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just remember that set analysis is evaluated once per chart, so it can't be used for scenarios like these where you expecting a different value from set analysis every dimension. In these scenarios, &lt;A href="https://community.qlik.com/docs/DOC-14624"&gt;Inter-Record Functions&lt;/A&gt; come in handy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2018 17:25:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help-to-create-roll-rate-line-chart-from-above-and-before/m-p/132762#M764116</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-07-30T17:25:24Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help to create roll rate line chart from above and before function</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-to-create-roll-rate-line-chart-from-above-and-before/m-p/1689137#M764117</link>
      <description>&lt;P&gt;Sunny.&lt;/P&gt;&lt;P&gt;I'm trying in qlik sense this same expression, because i'm with the same problem to calculate the roll rate.&lt;/P&gt;&lt;P&gt;But it's not working... I tryed this:&lt;/P&gt;&lt;P&gt;=Sum(SomaSaldo)/Aggr(Above(Aggr(Above(Sum(SomaSaldo)), InfCarteiraMensal_AnoMes, FaixadeAtraso_0a180)), FaixadeAtraso_0a180, InfCarteiraMensal_AnoMes)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you help me?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Mar 2020 17:00:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help-to-create-roll-rate-line-chart-from-above-and-before/m-p/1689137#M764117</guid>
      <dc:creator>willianvbuss</dc:creator>
      <dc:date>2020-03-30T17:00:38Z</dc:date>
    </item>
  </channel>
</rss>

