<?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: Overall sum in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Overall-sum/m-p/680627#M1058030</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome, thank you very much! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Oct 2014 12:26:57 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-10-08T12:26:57Z</dc:date>
    <item>
      <title>Overall sum</title>
      <link>https://community.qlik.com/t5/QlikView/Overall-sum/m-p/680612#M1058014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following fields:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Product, Sales Document (contains multiple product orders), Net Value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to create a table that calculates for every selected product the sum of the Net Value of all deals in which this product was sold.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="126" style="border: 1px solid rgb(0, 0, 0); width: 346px; height: 104px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Sales Doc&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Product&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Net Value&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;A&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;B&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;C&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;500&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;D&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1500&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;E&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;100&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;A&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;4000&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Result should be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="76" style="border: 1px solid rgb(0, 0, 0); width: 533px; height: 76px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Product&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Sum of Deals&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;A&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;9100 (A appears in both Sales Docs)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;B&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;3500&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;C&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;3500&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;D&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;5600&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;E&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;5600&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope someone can help me with the expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 08:43:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Overall-sum/m-p/680612#M1058014</guid>
      <dc:creator />
      <dc:date>2014-10-08T08:43:08Z</dc:date>
    </item>
    <item>
      <title>Re: Overall sum</title>
      <link>https://community.qlik.com/t5/QlikView/Overall-sum/m-p/680613#M1058015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use chart straight table, put Product in dimesion in expression sum(Net value). and how u can identify product is sold?&lt;/P&gt;&lt;P&gt;if that is a flag use set analysis of ifcondtion on the same expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 09:07:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Overall-sum/m-p/680613#M1058015</guid>
      <dc:creator>vinay_hg</dc:creator>
      <dc:date>2014-10-08T09:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: Overall sum</title>
      <link>https://community.qlik.com/t5/QlikView/Overall-sum/m-p/680614#M1058016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sum({&amp;lt;Product={'A'},[Sales Doc]={'1','2'}&amp;gt;}[Net Value]&lt;/P&gt;&lt;P&gt;Just replicate for B,C,D,&amp;amp; E&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 09:10:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Overall-sum/m-p/680614#M1058016</guid>
      <dc:creator />
      <dc:date>2014-10-08T09:10:15Z</dc:date>
    </item>
    <item>
      <title>Re: Overall sum</title>
      <link>https://community.qlik.com/t5/QlikView/Overall-sum/m-p/680615#M1058017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a tricky one. Resolved with synthetic dimension and...&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&amp;nbsp; PFA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am afraid to explain it in details. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/silly.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 09:24:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Overall-sum/m-p/680615#M1058017</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-10-08T09:24:22Z</dc:date>
    </item>
    <item>
      <title>Re: Overall sum</title>
      <link>https://community.qlik.com/t5/QlikView/Overall-sum/m-p/680616#M1058018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;INLINE [&lt;/P&gt;&lt;P&gt;SalesDoc, Product, NetValue&lt;/P&gt;&lt;P&gt;1, A, 1000&lt;/P&gt;&lt;P&gt;1, B, 2000&lt;/P&gt;&lt;P&gt;1, C, 500&lt;/P&gt;&lt;P&gt;2, D, 1500&lt;/P&gt;&lt;P&gt;2, E, 100&lt;/P&gt;&lt;P&gt;2, A, 4000];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GroupSum:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;SalesDoc,&lt;/P&gt;&lt;P&gt;Sum(NetValue) AS OverallSum&lt;/P&gt;&lt;P&gt;RESIDENT Data&lt;/P&gt;&lt;P&gt;Group By SalesDoc;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now in chart:&lt;/P&gt;&lt;P&gt;Dimension : Product&lt;/P&gt;&lt;P&gt;Expression: =Sum(OverallSum)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 09:53:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Overall-sum/m-p/680616#M1058018</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-10-08T09:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: Overall sum</title>
      <link>https://community.qlik.com/t5/QlikView/Overall-sum/m-p/680617#M1058019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Dear Ludwig,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Try this:-&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;In Straight Table Take&lt;STRONG&gt; Product&lt;/STRONG&gt; as dimension and use following expression:-&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12pt;"&gt;&lt;SPAN style="color: #0000ff;"&gt;=if&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;aggr&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;concat&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;[Sales Doc]&lt;/SPAN&gt;),&lt;SPAN style="color: #800000;"&gt;Product&lt;/SPAN&gt;)=12,&lt;SPAN style="color: #0000ff;"&gt;sum&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;total&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;[Net Value]&lt;/SPAN&gt;),&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="color: #0000ff;"&gt;if&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;aggr&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;concat&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;[Sales Doc]&lt;/SPAN&gt;),&lt;SPAN style="color: #800000;"&gt;Product&lt;/SPAN&gt;)=1,&lt;SPAN style="color: #0000ff;"&gt;sum&lt;/SPAN&gt;({$&amp;lt;&lt;SPAN style="color: #800000;"&gt;[Sales Doc]&lt;/SPAN&gt;={1}&amp;gt;}&lt;SPAN style="color: #0000ff;"&gt;TOTAL&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;[Net Value]&lt;/SPAN&gt;),&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="color: #0000ff;"&gt;if&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;aggr&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;concat&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;[Sales Doc]&lt;/SPAN&gt;),&lt;SPAN style="color: #800000;"&gt;Product&lt;/SPAN&gt;)=2,&lt;SPAN style="color: #0000ff;"&gt;sum&lt;/SPAN&gt;({$&amp;lt;&lt;SPAN style="color: #800000;"&gt;[Sales Doc]&lt;/SPAN&gt;={2}&amp;gt;}&lt;SPAN style="color: #0000ff;"&gt;total&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;[Net Value]&lt;/SPAN&gt;))))&lt;BR /&gt;&lt;BR /&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Thanks &amp;amp; Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Prince Anand&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 10:35:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Overall-sum/m-p/680617#M1058019</guid>
      <dc:creator />
      <dc:date>2014-10-08T10:35:08Z</dc:date>
    </item>
    <item>
      <title>Re: Overall sum</title>
      <link>https://community.qlik.com/t5/QlikView/Overall-sum/m-p/680618#M1058020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you all for your help, unfortunately non has worked so far.&lt;/P&gt;&lt;P&gt;My dataset is much bigger than the short example above, maybe that should be considered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope we find a solution!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 11:23:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Overall-sum/m-p/680618#M1058020</guid>
      <dc:creator />
      <dc:date>2014-10-08T11:23:00Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Overall sum</title>
      <link>https://community.qlik.com/t5/QlikView/Overall-sum/m-p/680619#M1058021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Ludwig,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the attached QVW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Prince Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 11:25:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Overall-sum/m-p/680619#M1058021</guid>
      <dc:creator />
      <dc:date>2014-10-08T11:25:58Z</dc:date>
    </item>
    <item>
      <title>Re: Overall sum</title>
      <link>https://community.qlik.com/t5/QlikView/Overall-sum/m-p/680620#M1058022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try the solution I suggested above? What was the issue(yes, I understand that it's a bit complex, but propably this is the way you have to follow if you are looking for front-end solution)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 11:32:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Overall-sum/m-p/680620#M1058022</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-10-08T11:32:15Z</dc:date>
    </item>
    <item>
      <title>Re: Overall sum</title>
      <link>https://community.qlik.com/t5/QlikView/Overall-sum/m-p/680621#M1058023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To be honest, I have no idea &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;P&gt;I'm rather new to QlikView, so maybe I did something wrong while adapting your file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 11:45:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Overall-sum/m-p/680621#M1058023</guid>
      <dc:creator />
      <dc:date>2014-10-08T11:45:09Z</dc:date>
    </item>
    <item>
      <title>Re: Overall sum</title>
      <link>https://community.qlik.com/t5/QlikView/Overall-sum/m-p/680622#M1058024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, the requirement is a bit hard for a newbie and the front-end solution is harder. You might think of solving it in the script. And don't worry, we all have/had to be a newbie for anything new. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 11:56:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Overall-sum/m-p/680622#M1058024</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-10-08T11:56:09Z</dc:date>
    </item>
    <item>
      <title>Re: Overall sum</title>
      <link>https://community.qlik.com/t5/QlikView/Overall-sum/m-p/680623#M1058025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your understanding &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; how would you solve that problem in the script?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 12:01:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Overall-sum/m-p/680623#M1058025</guid>
      <dc:creator />
      <dc:date>2014-10-08T12:01:06Z</dc:date>
    </item>
    <item>
      <title>Re: Overall sum</title>
      <link>https://community.qlik.com/t5/QlikView/Overall-sum/m-p/680624#M1058026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Refer &lt;A href="https://community.qlik.com/qlik-users/23109"&gt;jagan mohan&lt;/A&gt; 's code above.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 12:05:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Overall-sum/m-p/680624#M1058026</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-10-08T12:05:22Z</dc:date>
    </item>
    <item>
      <title>Re: Overall sum</title>
      <link>https://community.qlik.com/t5/QlikView/Overall-sum/m-p/680625#M1058027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do I apply that on thousands of Sales Documents and products?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 12:10:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Overall-sum/m-p/680625#M1058027</guid>
      <dc:creator />
      <dc:date>2014-10-08T12:10:03Z</dc:date>
    </item>
    <item>
      <title>Re: Overall sum</title>
      <link>https://community.qlik.com/t5/QlikView/Overall-sum/m-p/680626#M1058028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Replace the INLINE load by your load statement like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SalesDoc,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Product,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NetValue&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;From &amp;lt;Yoursource&lt;/EM&gt;&amp;gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;INLINE [&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;SalesDoc, Product, NetValue&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;1, A, 1000&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;1, B, 2000&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;1, C, 500&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;2, D, 1500&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;2, E, 100&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;2, A, 4000];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GroupSum:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;SalesDoc,&lt;/P&gt;&lt;P&gt;Sum(NetValue) AS OverallSum&lt;/P&gt;&lt;P&gt;RESIDENT Data&lt;/P&gt;&lt;P&gt;Group By SalesDoc;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 12:15:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Overall-sum/m-p/680626#M1058028</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-10-08T12:15:42Z</dc:date>
    </item>
    <item>
      <title>Re: Overall sum</title>
      <link>https://community.qlik.com/t5/QlikView/Overall-sum/m-p/680627#M1058030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome, thank you very much! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 12:26:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Overall-sum/m-p/680627#M1058030</guid>
      <dc:creator />
      <dc:date>2014-10-08T12:26:57Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Overall sum</title>
      <link>https://community.qlik.com/t5/QlikView/Overall-sum/m-p/680628#M1058032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have found an easier front-end solution.&lt;/P&gt;&lt;P&gt;=Sum(Aggr( NODISTINCT Sum([Net Value]), [Sales Doc]))&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 12:44:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Overall-sum/m-p/680628#M1058032</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-10-08T12:44:26Z</dc:date>
    </item>
    <item>
      <title>Re: Overall sum</title>
      <link>https://community.qlik.com/t5/QlikView/Overall-sum/m-p/680629#M1058034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thats awesome.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 12:58:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Overall-sum/m-p/680629#M1058034</guid>
      <dc:creator>senpradip007</dc:creator>
      <dc:date>2014-10-08T12:58:36Z</dc:date>
    </item>
  </channel>
</rss>

