<?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: Sum function false result in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Sum-function-false-result/m-p/1577876#M741417</link>
    <description>&lt;P&gt;Are the fields coming from different tables in the backend of the application? It seems that there is a many to many implicit join between fields from different tables which might be duplicating the sum when those fields are added, but not when you use the fields from a single table in the below table.&lt;/P&gt;</description>
    <pubDate>Wed, 08 May 2019 11:02:22 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2019-05-08T11:02:22Z</dc:date>
    <item>
      <title>Sum function false result</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-function-false-result/m-p/1577842#M741416</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello everybody, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;when I checked my QV calculation, one line turned out to be wrong. When I calculate the sum of "StckPlan" in Excel the result is 9480 - according to QV it is 2370.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Basically it is a very simple function (&lt;STRONG&gt;Sum(MPS_productionorder.amount)&lt;/STRONG&gt;).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Has anyone ever had a similar problem and knows why it could be?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SummeFalsch.PNG" style="width: 534px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/11673i4C29DD94EBB8F167/image-size/large?v=v2&amp;amp;px=999" role="button" title="SummeFalsch.PNG" alt="SummeFalsch.PNG" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Dominic&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-function-false-result/m-p/1577842#M741416</guid>
      <dc:creator>dominicanlauf</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Sum function false result</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-function-false-result/m-p/1577876#M741417</link>
      <description>&lt;P&gt;Are the fields coming from different tables in the backend of the application? It seems that there is a many to many implicit join between fields from different tables which might be duplicating the sum when those fields are added, but not when you use the fields from a single table in the below table.&lt;/P&gt;</description>
      <pubDate>Wed, 08 May 2019 11:02:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-function-false-result/m-p/1577876#M741417</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-05-08T11:02:22Z</dc:date>
    </item>
    <item>
      <title>Re: Sum function false result</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-function-false-result/m-p/1577892#M741418</link>
      <description>&lt;P&gt;The application&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;consists of 40 tables, which come from two production planning systems.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;The upper pivot table consists of 7 tables. At this point the informations are complete.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The lower table sums up the columns, ignoring some of the values. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I can not change anything about the structure of the data, which I get from the IT department. It should be possible to sum up the values anyway or not?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Dominic&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 May 2019 11:25:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-function-false-result/m-p/1577892#M741418</guid>
      <dc:creator>dominicanlauf</dc:creator>
      <dc:date>2019-05-08T11:25:43Z</dc:date>
    </item>
    <item>
      <title>Re: Sum function false result</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-function-false-result/m-p/1577894#M741419</link>
      <description>&lt;P&gt;It definitely is, all you need to do is to do something like this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Sum(Aggr(Sum(StckPlan), Mat, Anlage, ok, gel))&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 May 2019 11:29:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-function-false-result/m-p/1577894#M741419</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-05-08T11:29:35Z</dc:date>
    </item>
    <item>
      <title>Re: Sum function false result</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-function-false-result/m-p/1577898#M741420</link>
      <description>&lt;P&gt;Great, it works!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 08 May 2019 11:36:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-function-false-result/m-p/1577898#M741420</guid>
      <dc:creator>dominicanlauf</dc:creator>
      <dc:date>2019-05-08T11:36:57Z</dc:date>
    </item>
  </channel>
</rss>

