<?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 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/total/m-p/982048#M965162</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/4160"&gt;What does the TOTAL qualifier do?&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/1371"&gt;Keywords : TOTAL, ALL &amp;amp;amp; DISTINCT&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://michaelandqlikview.blogspot.co.uk/2011/04/total-and-aggr-in-chart-expression.html" title="http://michaelandqlikview.blogspot.co.uk/2011/04/total-and-aggr-in-chart-expression.html"&gt;Michael in Qlikview: TOTAL and AGGR in chart expression&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Oct 2015 08:18:27 GMT</pubDate>
    <dc:creator>MK_QSL</dc:creator>
    <dc:date>2015-10-02T08:18:27Z</dc:date>
    <item>
      <title>total</title>
      <link>https://community.qlik.com/t5/QlikView/total/m-p/982046#M965160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello guys ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what does the TOTAL keyword/function used for in qlikview &lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Oct 2015 06:18:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/total/m-p/982046#M965160</guid>
      <dc:creator />
      <dc:date>2015-10-02T06:18:14Z</dc:date>
    </item>
    <item>
      <title>Re: total</title>
      <link>https://community.qlik.com/t5/QlikView/total/m-p/982047#M965161</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;As best I understand it, ALL means every value in your data set, whether or not it is excluded by your current selections. So if you have five years of data, and have selected a year, and have a chart showing sum(ALL amount) by month, each month will have the same total, which will be the sum of all amounts for the past five years. Note that it is now preferred to use sum({1} amount), which has the same effect.&lt;/P&gt;&lt;P&gt;Total, on the other hand, does take your current selections into account. But it ignores what row you're on in a table. So back to our example, sum(TOTAL amount) would again have the same total for each month, but it would be the sum of all amounts for the selected year.&lt;/P&gt;&lt;P&gt;Here's how QlikView describes it:&lt;/P&gt;&lt;P&gt;"If the word &lt;STRONG&gt;total&lt;/STRONG&gt; occurs before an &lt;EM&gt;expression&lt;/EM&gt;, the calculation will be made over all possible values given the current selections, but disregarding the chart dimensions.&lt;/P&gt;&lt;P&gt;The &lt;STRONG&gt;total&lt;/STRONG&gt; qualifier may be followed by a list of one or more field names within angle brackets. These field names should be a subset of the chart dimensions. In this case the calculation will be made disregarding all chart dimensions except those listed, i.e. one value will be returned for each combination of field values in the listed dimension fields. Also fields which are not currently a dimension in a chart may be included in the list. This may be useful in the case of group dimensions, where the dimension fields are not fixed. Listing all of the dimensions in the group causes the function to work when the cycle or drill-down level changes.&lt;/P&gt;&lt;P class="hcp7"&gt;In previous QlikView versions, the &lt;STRONG&gt;all&lt;/STRONG&gt; qualifier may occur before an &lt;EM&gt;expression&lt;/EM&gt;. This is equivalent to using &lt;STRONG&gt;{1} total&lt;/STRONG&gt;. In such a case the calculation will be made over all the values of the field in the document, disregarding the chart dimensions and current selections. (The same value is always returned regardless of the logical state in the document.) If the &lt;STRONG&gt;all&lt;/STRONG&gt; qualifier is used, a set expression cannot be used, since the all qualifier defines a set by itself. For legacy reasons, the &lt;STRONG&gt;all&lt;/STRONG&gt; qualifier will still work in this QlikView version, but may be removed in coming versions."&lt;/P&gt;&lt;P class="hcp7"&gt;&lt;/P&gt;&lt;P class="hcp7"&gt;&lt;/P&gt;&lt;P class="hcp7"&gt;hope this helps you&lt;/P&gt;&lt;P class="hcp7"&gt;&lt;/P&gt;&lt;P class="hcp7"&gt;suresh chanty&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Oct 2015 06:49:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/total/m-p/982047#M965161</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2015-10-02T06:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: total</title>
      <link>https://community.qlik.com/t5/QlikView/total/m-p/982048#M965162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/4160"&gt;What does the TOTAL qualifier do?&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/1371"&gt;Keywords : TOTAL, ALL &amp;amp;amp; DISTINCT&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://michaelandqlikview.blogspot.co.uk/2011/04/total-and-aggr-in-chart-expression.html" title="http://michaelandqlikview.blogspot.co.uk/2011/04/total-and-aggr-in-chart-expression.html"&gt;Michael in Qlikview: TOTAL and AGGR in chart expression&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Oct 2015 08:18:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/total/m-p/982048#M965162</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-10-02T08:18:27Z</dc:date>
    </item>
  </channel>
</rss>

