<?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: Show Partial Total wrong in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Show-Partial-Total-wrong/m-p/1941070#M1219338</link>
    <description>&lt;P&gt;By using a straight-table you could change the calculation-mode within the tab expression on the right bottom to the sum of y-values. By using a pivot this feature isn't available and you will need to wrap your expression within an aggr() so that your expression looks like:&lt;/P&gt;
&lt;P&gt;sum(aggr(YourExpression, Dim1, Dim2))&lt;/P&gt;
&lt;P&gt;whereby Dim1 and Dim2 are placeholder for the needed dimensionality&amp;nbsp; - which is usually the included chart-dimensions.&lt;/P&gt;
&lt;P&gt;- Marcus&lt;/P&gt;</description>
    <pubDate>Wed, 08 Jun 2022 13:41:26 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2022-06-08T13:41:26Z</dc:date>
    <item>
      <title>Show Partial Total wrong</title>
      <link>https://community.qlik.com/t5/QlikView/Show-Partial-Total-wrong/m-p/1940998#M1219335</link>
      <description>&lt;P&gt;I have a problem with partial total in table&lt;/P&gt;
&lt;P&gt;the total shown in the graph does not correspond to the actual total of the column if exported to excel.&lt;/P&gt;
&lt;P&gt;the difference is big&amp;nbsp;&lt;SPAN&gt;approximately 1MLN.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;the formnula in expression is:&lt;/P&gt;
&lt;P&gt;if(sum(if(ANNO_BUDGET_COMMESSA=Anno_Exp,FORECAST_COMMESSA))&amp;gt;(sum(if(ANNO_TBL=Anno_Exp,W_FT_VALORE_NETTO))+sum(if(P_ANNO_RICHIESTA_CONSEGNA=Anno_Exp , (P_OR_VALORE_RESIDUO)))),&lt;BR /&gt;sum(if(ANNO_BUDGET_COMMESSA=Anno_Exp,FORECAST_COMMESSA)),&lt;BR /&gt;sum(if(ANNO_TBL=Anno_Exp,W_FT_VALORE_NETTO))+sum(if(P_ANNO_RICHIESTA_CONSEGNA=Anno_Exp , (P_OR_VALORE_RESIDUO)))&lt;BR /&gt;)&lt;/P&gt;
&lt;P&gt;what can i check?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MasterIvela_0-1654690517591.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/81258i54B67094562E9615/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MasterIvela_0-1654690517591.png" alt="MasterIvela_0-1654690517591.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jun 2022 12:16:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-Partial-Total-wrong/m-p/1940998#M1219335</guid>
      <dc:creator>MasterIvela</dc:creator>
      <dc:date>2022-06-08T12:16:20Z</dc:date>
    </item>
    <item>
      <title>Re: Show Partial Total wrong</title>
      <link>https://community.qlik.com/t5/QlikView/Show-Partial-Total-wrong/m-p/1941047#M1219337</link>
      <description>&lt;P&gt;I understood the problem: the total of the graph does not consider the conditions in the expression&lt;/P&gt;
&lt;P&gt;how can i create a total row that sums the column values?&lt;/P&gt;
&lt;P&gt;thx&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MasterIvela_0-1654693408511.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/81266i3664922272E25305/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MasterIvela_0-1654693408511.png" alt="MasterIvela_0-1654693408511.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jun 2022 13:04:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-Partial-Total-wrong/m-p/1941047#M1219337</guid>
      <dc:creator>MasterIvela</dc:creator>
      <dc:date>2022-06-08T13:04:37Z</dc:date>
    </item>
    <item>
      <title>Re: Show Partial Total wrong</title>
      <link>https://community.qlik.com/t5/QlikView/Show-Partial-Total-wrong/m-p/1941070#M1219338</link>
      <description>&lt;P&gt;By using a straight-table you could change the calculation-mode within the tab expression on the right bottom to the sum of y-values. By using a pivot this feature isn't available and you will need to wrap your expression within an aggr() so that your expression looks like:&lt;/P&gt;
&lt;P&gt;sum(aggr(YourExpression, Dim1, Dim2))&lt;/P&gt;
&lt;P&gt;whereby Dim1 and Dim2 are placeholder for the needed dimensionality&amp;nbsp; - which is usually the included chart-dimensions.&lt;/P&gt;
&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jun 2022 13:41:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-Partial-Total-wrong/m-p/1941070#M1219338</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2022-06-08T13:41:26Z</dc:date>
    </item>
  </channel>
</rss>

