<?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 Above Function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Above-Function/m-p/477344#M550968</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;I have a question regarding the Above Function. I want to calculate the difference between the current line and the previous one.&lt;/P&gt;&lt;P&gt;I expect the result to be as in this Excel Table&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Above.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/49416_Above.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I simply can't get it to work. The problem I think is the rowno starts again at 1, because there are 2 different years (2012,2013)&lt;/P&gt;&lt;P&gt;Does anybody have an idea how to solve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Fabian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Nov 2013 08:04:05 GMT</pubDate>
    <dc:creator>fheidenstecker</dc:creator>
    <dc:date>2013-11-22T08:04:05Z</dc:date>
    <item>
      <title>Above Function</title>
      <link>https://community.qlik.com/t5/QlikView/Above-Function/m-p/477344#M550968</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;I have a question regarding the Above Function. I want to calculate the difference between the current line and the previous one.&lt;/P&gt;&lt;P&gt;I expect the result to be as in this Excel Table&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Above.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/49416_Above.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I simply can't get it to work. The problem I think is the rowno starts again at 1, because there are 2 different years (2012,2013)&lt;/P&gt;&lt;P&gt;Does anybody have an idea how to solve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Fabian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Nov 2013 08:04:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Above-Function/m-p/477344#M550968</guid>
      <dc:creator>fheidenstecker</dc:creator>
      <dc:date>2013-11-22T08:04:05Z</dc:date>
    </item>
    <item>
      <title>Re: Above Function</title>
      <link>https://community.qlik.com/t5/QlikView/Above-Function/m-p/477345#M550969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try with the TOTAL qualifier:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum(Betrag)- above(TOTAL sum( Betrag ))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Nov 2013 08:07:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Above-Function/m-p/477345#M550969</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-11-22T08:07:23Z</dc:date>
    </item>
    <item>
      <title>Re: Above Function</title>
      <link>https://community.qlik.com/t5/QlikView/Above-Function/m-p/477346#M550970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;sum( Sales )&amp;nbsp; - above( sum( Sales ))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or this one&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;above( sum( Sales )) - sum( Sales )&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Nov 2013 08:11:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Above-Function/m-p/477346#M550970</guid>
      <dc:creator />
      <dc:date>2013-11-22T08:11:34Z</dc:date>
    </item>
    <item>
      <title>Re: Above Function</title>
      <link>https://community.qlik.com/t5/QlikView/Above-Function/m-p/477347#M550971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PFA.&lt;/P&gt;&lt;P&gt;Hope it helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Nov 2013 08:12:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Above-Function/m-p/477347#M550971</guid>
      <dc:creator />
      <dc:date>2013-11-22T08:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: Above Function</title>
      <link>https://community.qlik.com/t5/QlikView/Above-Function/m-p/477348#M550972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thats was FAST!&lt;/P&gt;&lt;P&gt;Thanks &lt;A href="https://community.qlik.com/qlik-users/15823"&gt;swuehl&lt;/A&gt; and &lt;A href="https://community.qlik.com/qlik-users/43319"&gt;Shyamal Pandit&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Nov 2013 08:15:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Above-Function/m-p/477348#M550972</guid>
      <dc:creator>fheidenstecker</dc:creator>
      <dc:date>2013-11-22T08:15:23Z</dc:date>
    </item>
    <item>
      <title>Re: Above Function</title>
      <link>https://community.qlik.com/t5/QlikView/Above-Function/m-p/477349#M550973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See the attached file&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Nov 2013 08:15:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Above-Function/m-p/477349#M550973</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2013-11-22T08:15:30Z</dc:date>
    </item>
  </channel>
</rss>

