<?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: Pivottable Totals in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Pivottable-Totals/m-p/1742289#M722245</link>
    <description>&lt;P&gt;It's working!! Thank you!&lt;/P&gt;</description>
    <pubDate>Wed, 09 Sep 2020 08:03:12 GMT</pubDate>
    <dc:creator>MBV</dc:creator>
    <dc:date>2020-09-09T08:03:12Z</dc:date>
    <item>
      <title>Pivottable Totals</title>
      <link>https://community.qlik.com/t5/QlikView/Pivottable-Totals/m-p/1738100#M722236</link>
      <description>&lt;P&gt;Hey Guys!&lt;/P&gt;&lt;P&gt;I've got a Problem with my pivottable.&lt;/P&gt;&lt;P&gt;There is data until YTD (ist) and for the rest a forecast is calculated (prog).&lt;BR /&gt;Now I want to combine these columns (kombi).&lt;/P&gt;&lt;P&gt;The problem, as you can see, is that the total is not calculated correctly. Only the ist-valus are considered although the rows are correct.&lt;/P&gt;&lt;P&gt;Does anybody know a solution?&lt;/P&gt;&lt;P&gt;Thanks in advance!!&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/39476i3502C535839C2E99/image-size/medium?v=v2&amp;amp;px=400" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 00:05:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivottable-Totals/m-p/1738100#M722236</guid>
      <dc:creator>MBV</dc:creator>
      <dc:date>2024-11-16T00:05:41Z</dc:date>
    </item>
    <item>
      <title>Re: Pivottable Totals</title>
      <link>https://community.qlik.com/t5/QlikView/Pivottable-Totals/m-p/1738102#M722237</link>
      <description>&lt;P&gt;hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;you need to do something like&amp;nbsp;&lt;/P&gt;&lt;P&gt;sum(aggr(if(sum(ist)&amp;gt;0,sum(ist),sum(prog)),Monat,Elnkaufe...))&lt;/P&gt;</description>
      <pubDate>Mon, 24 Aug 2020 11:10:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivottable-Totals/m-p/1738102#M722237</guid>
      <dc:creator>lironbaram</dc:creator>
      <dc:date>2020-08-24T11:10:16Z</dc:date>
    </item>
    <item>
      <title>Re: Pivottable Totals</title>
      <link>https://community.qlik.com/t5/QlikView/Pivottable-Totals/m-p/1738124#M722238</link>
      <description>&lt;P&gt;I'm already using Sum(Aggr()) in my expressions&lt;/P&gt;</description>
      <pubDate>Mon, 24 Aug 2020 12:11:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivottable-Totals/m-p/1738124#M722238</guid>
      <dc:creator>MBV</dc:creator>
      <dc:date>2020-08-24T12:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: Pivottable Totals</title>
      <link>https://community.qlik.com/t5/QlikView/Pivottable-Totals/m-p/1738147#M722239</link>
      <description>&lt;P&gt;What is the expression you are using?&lt;/P&gt;</description>
      <pubDate>Mon, 24 Aug 2020 13:12:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivottable-Totals/m-p/1738147#M722239</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2020-08-24T13:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: Pivottable Totals</title>
      <link>https://community.qlik.com/t5/QlikView/Pivottable-Totals/m-p/1738168#M722241</link>
      <description>&lt;P&gt;try to add&amp;nbsp; field in aggr which is used as column display in pivot&lt;/P&gt;</description>
      <pubDate>Mon, 24 Aug 2020 13:49:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivottable-Totals/m-p/1738168#M722241</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2020-08-24T13:49:01Z</dc:date>
    </item>
    <item>
      <title>Re: Pivottable Totals</title>
      <link>https://community.qlik.com/t5/QlikView/Pivottable-Totals/m-p/1738401#M722242</link>
      <description>&lt;P&gt;How would you adjust this Expression using Sum(Aggr())?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;FONT&gt;if(Sum({&amp;lt; Jahr={$(YTDYear)} &amp;gt;}[h/VK])= '0' ,&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;(Sum({&amp;lt; Jahr={$(VJ)} &amp;gt;}[h/VK])+ Sum({&amp;lt; Jahr={$(VVJ)} &amp;gt;}[h/VK])+ Sum({&amp;lt; Jahr={$(VVVJ)} &amp;gt;}[h/VK]))/3&lt;BR /&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;,Sum({&amp;lt; Jahr={$(YTDYear)} &amp;gt;}[h/VK]))&lt;/FONT&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 25 Aug 2020 10:05:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivottable-Totals/m-p/1738401#M722242</guid>
      <dc:creator>MBV</dc:creator>
      <dc:date>2020-08-25T10:05:19Z</dc:date>
    </item>
    <item>
      <title>Re: Pivottable Totals</title>
      <link>https://community.qlik.com/t5/QlikView/Pivottable-Totals/m-p/1742069#M722243</link>
      <description>&lt;P&gt;The following Design Blog post may be of help on this one:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/Set-Analysis-in-the-Aggr-function/ba-p/1463822" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/Set-Analysis-in-the-Aggr-function/ba-p/1463822&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/336"&gt;@Kushal_Chawda&lt;/a&gt;&amp;nbsp;If you want to have another look, the poster did post the expression...&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Tue, 08 Sep 2020 15:49:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivottable-Totals/m-p/1742069#M722243</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2020-09-08T15:49:56Z</dc:date>
    </item>
    <item>
      <title>Re: Pivottable Totals</title>
      <link>https://community.qlik.com/t5/QlikView/Pivottable-Totals/m-p/1742071#M722244</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/95164"&gt;@MBV&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;FONT&gt;sum(aggr(if(Sum({&amp;lt; Jahr={$(YTDYear)} &amp;gt;}[h/VK])= '0' ,&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;(Sum({&amp;lt; Jahr={$(VJ)} &amp;gt;}[h/VK])+ Sum({&amp;lt; Jahr={$(VVJ)} &amp;gt;}[h/VK])+ Sum({&amp;lt; Jahr={$(VVVJ)} &amp;gt;}[h/VK]))/3&lt;BR /&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;,Sum({&amp;lt; Jahr={$(YTDYear)} &amp;gt;}[h/VK])),&lt;/FONT&gt;&lt;/DIV&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;Monat,Elnkaufe&lt;/STRONG&gt;))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Note: If you have other dimensions, add that as well in aggr function&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Sep 2020 15:53:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivottable-Totals/m-p/1742071#M722244</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2020-09-08T15:53:10Z</dc:date>
    </item>
    <item>
      <title>Re: Pivottable Totals</title>
      <link>https://community.qlik.com/t5/QlikView/Pivottable-Totals/m-p/1742289#M722245</link>
      <description>&lt;P&gt;It's working!! Thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 09 Sep 2020 08:03:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivottable-Totals/m-p/1742289#M722245</guid>
      <dc:creator>MBV</dc:creator>
      <dc:date>2020-09-09T08:03:12Z</dc:date>
    </item>
  </channel>
</rss>

