<?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: Total ... Above in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Total-Above/m-p/757650#M1023416</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Manish..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Such a nice explanation it is very helpful for me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Mar 2015 12:02:02 GMT</pubDate>
    <dc:creator>prma7799</dc:creator>
    <dc:date>2015-03-20T12:02:02Z</dc:date>
    <item>
      <title>Total ... Above</title>
      <link>https://community.qlik.com/t5/QlikView/Total-Above/m-p/757648#M1023414</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;It is very small question to all of you but I want to know what is Total and Above function and how it works with example ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2015 11:22:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Total-Above/m-p/757648#M1023414</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2015-03-20T11:22:21Z</dc:date>
    </item>
    <item>
      <title>Re: Total ... Above</title>
      <link>https://community.qlik.com/t5/QlikView/Total-Above/m-p/757649#M1023415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Consider below small Inline Table... Load it in your QVW script...&lt;/P&gt;&lt;P&gt;Load * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;&amp;nbsp; ID, Month, Sales&lt;/P&gt;&lt;P&gt;&amp;nbsp; A, Jan, 100&lt;/P&gt;&lt;P&gt;&amp;nbsp; A, Feb, 150&lt;/P&gt;&lt;P&gt;&amp;nbsp; A, Mar, 250&lt;/P&gt;&lt;P&gt;&amp;nbsp; C, Jan, 50&lt;/P&gt;&lt;P&gt;&amp;nbsp; C, Feb, 100&lt;/P&gt;&lt;P&gt;&amp;nbsp; C, Mar, 150&lt;/P&gt;&lt;P&gt;&amp;nbsp; D, Jan, 25&lt;/P&gt;&lt;P&gt;&amp;nbsp; D, Feb, 50&lt;/P&gt;&lt;P&gt;&amp;nbsp; D, Mar, 125&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now create a Straight Table&lt;/P&gt;&lt;P&gt;Dimension&lt;/P&gt;&lt;P&gt;ID&lt;/P&gt;&lt;P&gt;Month&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression&lt;/P&gt;&lt;P&gt;1) SUM(Sales)&lt;/P&gt;&lt;P&gt;This will give you Total Sales per ID per Month&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) SUM(TOTAL Sales)&lt;/P&gt;&lt;P&gt;This will give you Total Sales for all ID and Month (this will be changed based on selection) &lt;/P&gt;&lt;P&gt;Create a List Box for Month and ID and try to select any value from them... This will give you changed result..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) SUM(ALL Sales)&lt;/P&gt;&lt;P&gt;Same result as above while not selected anything.. But even though if you select any value from ID or Month, the result will be the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4) SUM(TOTAL &amp;lt;Month&amp;gt; Sales)&lt;/P&gt;&lt;P&gt;Total Sales by Month&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5) SUM(TOTAL &amp;lt;ID&amp;gt; Sales)&lt;/P&gt;&lt;P&gt;Total Sales by ID&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6) RangeSum(Above(TOTAL SUM(Sales),0,RowNo()))&lt;/P&gt;&lt;P&gt;This will add the TOTAL Sales for each ID from 1st to last row&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2015 11:40:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Total-Above/m-p/757649#M1023415</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-03-20T11:40:35Z</dc:date>
    </item>
    <item>
      <title>Re: Total ... Above</title>
      <link>https://community.qlik.com/t5/QlikView/Total-Above/m-p/757650#M1023416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Manish..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Such a nice explanation it is very helpful for me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2015 12:02:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Total-Above/m-p/757650#M1023416</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2015-03-20T12:02:02Z</dc:date>
    </item>
  </channel>
</rss>

