<?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: Difference between Total and ALL in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Difference-between-Total-and-ALL/m-p/521833#M1148607</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp; "All" disregards selections, and, if used, in chart, dimensions.&amp;nbsp; It is the same as&lt;/P&gt;&lt;P&gt;function({1} total field)&lt;/P&gt;&lt;P&gt;"Total" does not disregard selections, but it disregards dimensions.&amp;nbsp; Which is applicable if you use it in chart.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Jul 2013 05:44:08 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-07-25T05:44:08Z</dc:date>
    <item>
      <title>Difference between Total and ALL</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-Total-and-ALL/m-p/521831#M1148605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can someone help me to understand the difference between TOTAL&amp;nbsp; &amp;amp; ALL&amp;nbsp; qualifiers . both of them gives different results&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;round(sum(Quantity)/sum(Total Quantity)*100)&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;round(sum(Quantity)/sum(ALL Quantity)*100)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jul 2013 05:23:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-Total-and-ALL/m-p/521831#M1148605</guid>
      <dc:creator />
      <dc:date>2013-07-25T05:23:05Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Total and ALL</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-Total-and-ALL/m-p/521832#M1148606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Please see the below link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="loading" href="https://community.qlik.com/message/336161#336161"&gt;http://community.qlik.com/message/336161#336161&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help you&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jul 2013 05:36:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-Total-and-ALL/m-p/521832#M1148606</guid>
      <dc:creator>narender123</dc:creator>
      <dc:date>2013-07-25T05:36:05Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Total and ALL</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-Total-and-ALL/m-p/521833#M1148607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp; "All" disregards selections, and, if used, in chart, dimensions.&amp;nbsp; It is the same as&lt;/P&gt;&lt;P&gt;function({1} total field)&lt;/P&gt;&lt;P&gt;"Total" does not disregard selections, but it disregards dimensions.&amp;nbsp; Which is applicable if you use it in chart.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jul 2013 05:44:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-Total-and-ALL/m-p/521833#M1148607</guid>
      <dc:creator />
      <dc:date>2013-07-25T05:44:08Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Total and ALL</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-Total-and-ALL/m-p/521834#M1148608</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;when we using in chart&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum(All Sales) returns aggregated sales irrespective of any dimension and any selection.It will not consider any dimension values.&lt;/P&gt;&lt;P&gt;sum(Sales)/sum(total Sales) returns the share within the selection.for calculating percentage for a single dimension we are using this expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jul 2013 06:00:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-Total-and-ALL/m-p/521834#M1148608</guid>
      <dc:creator />
      <dc:date>2013-07-25T06:00:34Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Total and ALL</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-Total-and-ALL/m-p/521835#M1148609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've attached the image here ... I got 100% when I use Total , whereas if you look at the 3rd chart &lt;/P&gt;&lt;P&gt;it returns 6&amp;nbsp; (I used this formula round(sum(Quantity)/sum(ALL &amp;lt;DivisionName&amp;gt;Quantity)*100)&amp;nbsp;&amp;nbsp; this is where I got confused as to what basis it returns 6... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="44513" class="jive-image-thumbnail jive-image" onclick="" alt="Total_all.png" src="https://community.qlik.com/legacyfs/online/44513_Total_all.png" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jul 2013 06:26:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-Total-and-ALL/m-p/521835#M1148609</guid>
      <dc:creator />
      <dc:date>2013-07-25T06:26:36Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Total and ALL</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-Total-and-ALL/m-p/521836#M1148610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SEE ATTACHEMENT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jul 2013 06:38:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-Total-and-ALL/m-p/521836#M1148610</guid>
      <dc:creator />
      <dc:date>2013-07-25T06:38:09Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Total and ALL</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-Total-and-ALL/m-p/521837#M1148611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how to attach qvw file ... &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jul 2013 06:41:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-Total-and-ALL/m-p/521837#M1148611</guid>
      <dc:creator />
      <dc:date>2013-07-25T06:41:25Z</dc:date>
    </item>
  </channel>
</rss>

