<?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: partial sums pivot table not shown in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/partial-sums-pivot-table-not-shown/m-p/394197#M1156130</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try adding a nodistinct to the aggr:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;sum(aggr(&lt;STRONG&gt;nodistinct&lt;/STRONG&gt; sum({&amp;lt;Artikelgroep3...&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Mar 2013 18:45:57 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2013-03-29T18:45:57Z</dc:date>
    <item>
      <title>partial sums pivot table not shown</title>
      <link>https://community.qlik.com/t5/QlikView/partial-sums-pivot-table-not-shown/m-p/394188#M1156121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a question concerning partial sums in a pivot table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can find a file underneath.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The idea of the exercise:&lt;/P&gt;&lt;P&gt;*EENHPR is the price per unit (ton) of an article (Artikelnr)&lt;/P&gt;&lt;P&gt;*Sales2013 is the total sales of that unit (in yr 2013, or 2012)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I now want to calculate the tons that have been sold per article, so basic math: Sales/EENHPR = tons&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to know the total tons per Name (partial sum Artikelgroep3) and the total tons per Article (partial sum Artikelnr)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you can see, it does not want to show me the total amount (partial sums)..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Who can help me out?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Zipke&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Mar 2013 14:29:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/partial-sums-pivot-table-not-shown/m-p/394188#M1156121</guid>
      <dc:creator />
      <dc:date>2013-03-26T14:29:50Z</dc:date>
    </item>
    <item>
      <title>Re: partial sums pivot table not shown</title>
      <link>https://community.qlik.com/t5/QlikView/partial-sums-pivot-table-not-shown/m-p/394189#M1156122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to use an aggregation function on EENHPR. Try max:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=(sum(Sales13))&lt;/P&gt;&lt;P&gt;/&lt;/P&gt;&lt;P&gt;max(EENHPR)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Mar 2013 14:38:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/partial-sums-pivot-table-not-shown/m-p/394189#M1156122</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-03-26T14:38:58Z</dc:date>
    </item>
    <item>
      <title>Re: partial sums pivot table not shown</title>
      <link>https://community.qlik.com/t5/QlikView/partial-sums-pivot-table-not-shown/m-p/394190#M1156123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried to use your solution and it now does show me something, but the values are not correct?&lt;/P&gt;&lt;P&gt;None of the partial sums is correct..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="35544" class="jive-image-thumbnail jive-image" onclick="" alt="partial sum.jpg" src="/legacyfs/online/35544_partial sum.jpg" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Mar 2013 14:43:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/partial-sums-pivot-table-not-shown/m-p/394190#M1156123</guid>
      <dc:creator />
      <dc:date>2013-03-26T14:43:40Z</dc:date>
    </item>
    <item>
      <title>Re: partial sums pivot table not shown</title>
      <link>https://community.qlik.com/t5/QlikView/partial-sums-pivot-table-not-shown/m-p/394191#M1156124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you think as qlik, it has different values for EENHPR so it can't choose which one to use ...&lt;/P&gt;&lt;P&gt;The solution is to compute values in the script and then sum values of the new computed field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Mar 2013 14:44:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/partial-sums-pivot-table-not-shown/m-p/394191#M1156124</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2013-03-26T14:44:21Z</dc:date>
    </item>
    <item>
      <title>Re: partial sums pivot table not shown</title>
      <link>https://community.qlik.com/t5/QlikView/partial-sums-pivot-table-not-shown/m-p/394192#M1156125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What do you mean different values?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am just asking it to divide two values and then make a sum of those values?&lt;/P&gt;&lt;P&gt;They are all numbers?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The calculation is correct, so it does know what to do, it just needs to sum up the different lines.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Mar 2013 14:46:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/partial-sums-pivot-table-not-shown/m-p/394192#M1156125</guid>
      <dc:creator />
      <dc:date>2013-03-26T14:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: partial sums pivot table not shown</title>
      <link>https://community.qlik.com/t5/QlikView/partial-sums-pivot-table-not-shown/m-p/394193#M1156126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah, right. Need to aggregate that. Try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum(aggr((sum(Sales13))&lt;/P&gt;&lt;P&gt;/&lt;/P&gt;&lt;P&gt;max(EENHPR),[Top klanten GIPS],Artikelgroep3,Artikelnr,EENHPR))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Mar 2013 14:56:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/partial-sums-pivot-table-not-shown/m-p/394193#M1156126</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-03-26T14:56:39Z</dc:date>
    </item>
    <item>
      <title>Re: partial sums pivot table not shown</title>
      <link>https://community.qlik.com/t5/QlikView/partial-sums-pivot-table-not-shown/m-p/394194#M1156127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome, it worked!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you just explain me what exactly you have changed now?&lt;/P&gt;&lt;P&gt;Why do I use the "max" and what does the aggregation do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Mar 2013 15:14:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/partial-sums-pivot-table-not-shown/m-p/394194#M1156127</guid>
      <dc:creator />
      <dc:date>2013-03-26T15:14:44Z</dc:date>
    </item>
    <item>
      <title>Re: partial sums pivot table not shown</title>
      <link>https://community.qlik.com/t5/QlikView/partial-sums-pivot-table-not-shown/m-p/394195#M1156128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;The pivot table can't calculate the subtotal for =(sum(Sales13))/EENHPR because at that level there are several values for EENHPR. That's why the aggr is necessary so we get calculate sums of the calculated values on the rows. The max isn't even necessary. It works without the max:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;=sum(aggr((sum(Sales13))&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;/&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;EENHPR,[Top klanten GIPS],Artikelgroep3,Artikelnr,EENHPR))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;See &lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2013/03/07/aggr"&gt;this blog post&lt;/A&gt; for more information about aggr&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Mar 2013 15:23:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/partial-sums-pivot-table-not-shown/m-p/394195#M1156128</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-03-26T15:23:26Z</dc:date>
    </item>
    <item>
      <title>Re: partial sums pivot table not shown</title>
      <link>https://community.qlik.com/t5/QlikView/partial-sums-pivot-table-not-shown/m-p/394196#M1156129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Gysbert,&lt;/P&gt;&lt;P&gt;Thank you for the explanation but unfortunately there is still a problem..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The EENHPR (this is the price per unit) is just a text to Qlikview, instead of a value. I found this out when I exported the table to Excell, it did not want to calculate it with that column, unless I transformed it to a number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It still shows me wrong calculations, please have a look at the print screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="35666" alt="tonnage_wrong values.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/35666_tonnage_wrong+values.jpg" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The partial sums are correct, but the values (the calculations) are not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me tell you what I use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimensions:&lt;/P&gt;&lt;P&gt;*=aggr(if(rank(aggr(sum({&amp;lt;Artikelgroep3={'42110 GIPS ZAKGOED','42210 GIPS SILO','42220 GIPS ZAK M'}, Maand={"&amp;lt;= $(=num(Maand))"}, Jaar={$(=only(Jaar))}&amp;gt;}OmzetBedrag),KlantNaam))&amp;lt;=3,KlantNaam),KlantNaam)&lt;/P&gt;&lt;P&gt;(this is to select the top three customers)&lt;/P&gt;&lt;P&gt;*artikelgroep3&lt;/P&gt;&lt;P&gt;*artikelnr&lt;/P&gt;&lt;P&gt;*EENHPR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My expressions to show the Sales (omzet)&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;=sum({&amp;lt;Artikelgroep3={'42110 GIPS ZAKGOED','42210 GIPS SILO','42220 GIPS ZAK M'}, Maand={"&amp;lt;= $(=num(Maand))"}, Jaar={$(=only(Jaar))}&amp;gt;}OmzetBedrag)&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My expression to show the Tons (tonnage)&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;=sum(aggr(sum({&amp;lt;Artikelgroep3={'42110 GIPS ZAKGOED','42210 GIPS SILO','42220 GIPS ZAK M'}, Maand={"&amp;lt;= $(=num(Maand))"}, Jaar={$(=only(Jaar))}&amp;gt;}OmzetBedrag)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;max(EENHPR), KlantNaam, Artikelgroep3, Artikelnr, Artikelomschrijving, EENHPR)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please help me out?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;Zipke&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Mar 2013 09:31:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/partial-sums-pivot-table-not-shown/m-p/394196#M1156129</guid>
      <dc:creator />
      <dc:date>2013-03-28T09:31:54Z</dc:date>
    </item>
    <item>
      <title>Re: partial sums pivot table not shown</title>
      <link>https://community.qlik.com/t5/QlikView/partial-sums-pivot-table-not-shown/m-p/394197#M1156130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try adding a nodistinct to the aggr:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;sum(aggr(&lt;STRONG&gt;nodistinct&lt;/STRONG&gt; sum({&amp;lt;Artikelgroep3...&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Mar 2013 18:45:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/partial-sums-pivot-table-not-shown/m-p/394197#M1156130</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-03-29T18:45:57Z</dc:date>
    </item>
    <item>
      <title>Re: partial sums pivot table not shown</title>
      <link>https://community.qlik.com/t5/QlikView/partial-sums-pivot-table-not-shown/m-p/394198#M1156131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The nodistinct does not change anything.&lt;/P&gt;&lt;P&gt;At the moment I have the correct calculation for the selected year and month, but the year-1 is giving me the wrong calculation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jiveImage" src="https://community.qlik.com/message/328613/" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="wrongcalculation.JPG" class="jive-image" src="https://community.qlik.com/legacyfs/online/35881_wrongcalculation.JPG" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jiveImage" src="https://community.qlik.com/message/328613/" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible that it has got something to do with my calculated dimension? Because in the calculated dimension I only talk about only(Year) and not about only(Year-1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The calculated dimension is:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;=aggr(if(rank(aggr(sum({&amp;lt;Artikelgroep3={'42110 GIPS ZAKGOED','42210 GIPS SILO','42220 GIPS ZAK M'}, Jaar={$(=only(Jaar))}&amp;gt;}OmzetBedrag),KlantNaam))&amp;lt;=3,KlantNaam),KlantNaam)&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;and the expression for my year-1 is&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;=sum(aggr(nodistinct sum({&amp;lt;Artikelgroep3={'42110 GIPS ZAKGOED','42210 GIPS SILO','42220 GIPS ZAK M'}, Jaar={$(=only(Jaar-1))}&amp;gt;}OmzetBedrag)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;max(EENHPR), KlantNaam, Artikelgroep3, Artikelnr, Artikelomschrijving, EENHPR)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(with or without the nodistinct does not change anything)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since only the year-1 is showing me somehting weird 641,14€/223 = 0€??? I think it must have got something to do with the years..?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Apr 2013 06:35:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/partial-sums-pivot-table-not-shown/m-p/394198#M1156131</guid>
      <dc:creator />
      <dc:date>2013-04-02T06:35:15Z</dc:date>
    </item>
    <item>
      <title>Re: partial sums pivot table not shown</title>
      <link>https://community.qlik.com/t5/QlikView/partial-sums-pivot-table-not-shown/m-p/394199#M1156132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #737373; font-family: Arial;"&gt;Try moving the -1 out of the only function:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #737373; font-family: Arial;"&gt;=sum(aggr(nodistinct sum({&amp;lt;Artikelgroep3={'42110 GIPS ZAKGOED','42210 GIPS SILO','42220 GIPS ZAK M'}, Jaar={&lt;STRONG&gt;$(=only(Jaar)-1)&lt;/STRONG&gt;}&amp;gt;}OmzetBedrag)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #737373; font-family: Arial;"&gt;/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #737373; font-family: Arial;"&gt;max(EENHPR), KlantNaam, Artikelgroep3, Artikelnr, Artikelomschrijving, EENHPR)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #737373; font-family: Arial;"&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Apr 2013 08:43:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/partial-sums-pivot-table-not-shown/m-p/394199#M1156132</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-04-02T08:43:40Z</dc:date>
    </item>
    <item>
      <title>Re: partial sums pivot table not shown</title>
      <link>https://community.qlik.com/t5/QlikView/partial-sums-pivot-table-not-shown/m-p/394200#M1156133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yer I also thought that was the problem, but that did not change anything so I put it back to only(Year-1), it's the same result unfortunately..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Apr 2013 10:09:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/partial-sums-pivot-table-not-shown/m-p/394200#M1156133</guid>
      <dc:creator />
      <dc:date>2013-04-02T10:09:24Z</dc:date>
    </item>
  </channel>
</rss>

