<?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: Above function calculation in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Above-function-calculation/m-p/1123451#M370034</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is 4 here?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Jul 2016 08:21:19 GMT</pubDate>
    <dc:creator>MK_QSL</dc:creator>
    <dc:date>2016-07-22T08:21:19Z</dc:date>
    <item>
      <title>Above function calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Above-function-calculation/m-p/1123450#M370033</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;&lt;/P&gt;&lt;P&gt;I have dimension as QurterYear and I am getting all qurteryear values in Bar graph but when am writing below code for Growth value then am not getting exact growth value for respected quarter.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;=(( (SUM(&amp;nbsp; [Sales Amount]) - SUM(&amp;nbsp; [Return]) )&lt;/P&gt;&lt;P&gt;-above((SUM([Sales Amount])- SUM(&amp;nbsp; [Return ])) ,4&amp;nbsp; )) /above((SUM(&amp;nbsp; [Sales Amount]) - SUM(&amp;nbsp; [Return])) ,4)) * 100&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2016 07:52:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Above-function-calculation/m-p/1123450#M370033</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2016-07-22T07:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: Above function calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Above-function-calculation/m-p/1123451#M370034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is 4 here?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2016 08:21:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Above-function-calculation/m-p/1123451#M370034</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2016-07-22T08:21:19Z</dc:date>
    </item>
    <item>
      <title>Re: Above function calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Above-function-calculation/m-p/1123452#M370035</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;Are you trying to do a quarter on quarter growth?&lt;/P&gt;&lt;P&gt;I noticed you have put an offset of 4 and if its meant to be quarter on quarter then i would assume you should use 1 instead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also you might need to use the aggr function too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try the below and hopefully this does what is required&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=num((((SUM([Sales Amount]) - SUM([Return]) )-aggr(above((SUM([Sales Amount])- SUM([Return])) ,1,1&amp;nbsp; ),QuarterYear))&lt;/P&gt;&lt;P&gt;/aggr(above((SUM([Sales Amount])- SUM([Return])) ,1,1&amp;nbsp; ),QuarterYear)),'#,##0%')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2016 08:21:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Above-function-calculation/m-p/1123452#M370035</guid>
      <dc:creator>danansell42</dc:creator>
      <dc:date>2016-07-22T08:21:40Z</dc:date>
    </item>
    <item>
      <title>Re: Above function calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Above-function-calculation/m-p/1123453#M370036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Hi &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;BR /&gt;Did this solve your query?&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Please mark as correct to help other community users if it did.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Thanks&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Aug 2016 10:40:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Above-function-calculation/m-p/1123453#M370036</guid>
      <dc:creator>danansell42</dc:creator>
      <dc:date>2016-08-04T10:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: Above function calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Above-function-calculation/m-p/1123454#M370037</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;=(( (SUM(&amp;nbsp; [Sales Amount]) - SUM(&amp;nbsp; [Return]) )&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;-above((SUM([Sales Amount])- SUM(&amp;nbsp; [Return ])) ,4, 0&amp;nbsp; )) /above((SUM(&amp;nbsp; [Sales Amount]) - SUM(&amp;nbsp; [Return])) ,4, 0)) * 100&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Aug 2016 10:47:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Above-function-calculation/m-p/1123454#M370037</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2016-08-04T10:47:34Z</dc:date>
    </item>
  </channel>
</rss>

