<?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 total (calculated summary) in pivot table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/total-calculated-summary-in-pivot-table/m-p/287988#M496028</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hmm, very strangely, Dimensionality() returns 4 for both the detailed level and the SKU total! I'm guessing, when the dimension is listed accross (SKU in your case), Dimensionality() works differently...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to add another condition that would help differentiating between the detailed level and the SKU subtotal. For example, you can add another condition that the count(distinct SKU) =1 (representing the detailed level). The possible "glitch" could happen if certain chart line has only 1 SKU associated to it, then the expression might calculate a wrong result...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There has to be something in your data that coiuld uniquely identify a single SKU level versus SKU subtotal. Add this condition to your IF() and everything will work as expected...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Oleg &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Jan 2012 21:48:38 GMT</pubDate>
    <dc:creator>Oleg_Troyansky</dc:creator>
    <dc:date>2012-01-18T21:48:38Z</dc:date>
    <item>
      <title>total (calculated summary) in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/total-calculated-summary-in-pivot-table/m-p/287980#M496019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to get a total column onto my pivot table to appear on the far right of the table.&amp;nbsp; I have attached a screen shot.&amp;nbsp; I can get totals on the top using partial sums but this is not what i'm trying to do.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the attached image, you can see that the first row of data is for an address at "20 cherry treee sh ctr".&amp;nbsp; I want a total count of each SKU whether the value is greater than zero, and I want this as a column on the far right of the pivot table.&amp;nbsp; In the example for the first row of data the value should be 2.&amp;nbsp; For the second row of data it should be 5 (because 5 skus have a value greater than zero).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody help me with this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="pivot_tbl_total.jpg" class="jive-image-thumbnail jive-image" height="452" onclick="" src="https://community.qlik.com/legacyfs/online/10410_pivot_tbl_total.jpg" width="825" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2012 18:03:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/total-calculated-summary-in-pivot-table/m-p/287980#M496019</guid>
      <dc:creator />
      <dc:date>2012-01-18T18:03:16Z</dc:date>
    </item>
    <item>
      <title>total (calculated summary) in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/total-calculated-summary-in-pivot-table/m-p/287981#M496021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN id="result_box" lang="en"&gt;&lt;SPAN class="hps"&gt;Hello&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="hps"&gt;Create a&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;expreción&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the end of your&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;columns,&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;enter&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the code.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(column(1)&amp;gt;0,1,0)+if(column(2)&amp;gt;0,1,0)+if(column(3)&amp;gt;0,1,0)+if(column(4)&amp;gt;0,1,0)+if(column(5)&amp;gt;0,1,0)+if(column(6&lt;/P&gt;&lt;P&gt;)&amp;gt;0,1,0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN id="result_box" lang="en"&gt;&lt;BR /&gt; R&lt;SPAN class="hps"&gt;egards&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2012 18:25:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/total-calculated-summary-in-pivot-table/m-p/287981#M496021</guid>
      <dc:creator />
      <dc:date>2012-01-18T18:25:47Z</dc:date>
    </item>
    <item>
      <title>total (calculated summary) in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/total-calculated-summary-in-pivot-table/m-p/287982#M496022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you for reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your suggestion, you indicate summing column(1), column (2), column(3) etc... but the column is actually a DIMENSION called SKU and not an expression.&amp;nbsp; I don't see how your suggestion can produce one calculated column at the end of the pivot table.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2012 18:30:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/total-calculated-summary-in-pivot-table/m-p/287982#M496022</guid>
      <dc:creator />
      <dc:date>2012-01-18T18:30:10Z</dc:date>
    </item>
    <item>
      <title>total (calculated summary) in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/total-calculated-summary-in-pivot-table/m-p/287983#M496023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi mder,&lt;/P&gt;&lt;P&gt;I think you should try something using set analysis, for example: count({$&amp;lt;SKU=P(City={'varX'})&amp;gt;} SKU) where varX is a variable with the same expression you are already using in your table. I'm not sure about it, but i think you can solve it this way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Cesar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2012 18:48:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/total-calculated-summary-in-pivot-table/m-p/287983#M496023</guid>
      <dc:creator>cesaraccardi</dc:creator>
      <dc:date>2012-01-18T18:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: total (calculated summary) in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/total-calculated-summary-in-pivot-table/m-p/287984#M496024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;﻿﻿﻿﻿Hi community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm attaching a sample document.&amp;nbsp; Perpahs seeing a workign document will help generate some more insights.&amp;nbsp; The difficulty i'm having is ude to displaying this column in the pivot table.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2012 19:37:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/total-calculated-summary-in-pivot-table/m-p/287984#M496024</guid>
      <dc:creator />
      <dc:date>2012-01-18T19:37:45Z</dc:date>
    </item>
    <item>
      <title>Re: total (calculated summary) in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/total-calculated-summary-in-pivot-table/m-p/287985#M496025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it's a bit tricky... you need to define a single expression that could provide different calculations based on the level of aggregation ("Dimensionality"). Here is an example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: blue; font-family: 'Courier New';"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: black; font-family: 'Courier New';"&gt; (&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: blue; font-family: 'Courier New';"&gt;Dimensionality&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: black; font-family: 'Courier New';"&gt;() &amp;lt;&amp;gt; 4,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: blue; font-family: 'Courier New';"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: black; font-family: 'Courier New';"&gt;({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: maroon; font-family: 'Courier New';"&gt;Year&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: black; font-family: 'Courier New';"&gt;={&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style="color: gray; font-size: 9pt; font-family: 'Courier New';"&gt;$(=Only(Year))&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 9pt; color: black; font-family: 'Courier New';"&gt;}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: maroon; font-family: 'Courier New';"&gt;Depletion&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: black; font-family: 'Courier New';"&gt;)&lt;BR /&gt;,&lt;SPAN style="font-size: 9pt; color: blue; font-family: 'Courier New';"&gt;count&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: black; font-family: 'Courier New';"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: maroon; font-family: 'Courier New';"&gt;SKU&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: black; font-family: 'Courier New';"&gt; = {&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: maroon; font-family: 'Courier New';"&gt;"=sum({$&amp;lt;Year={$(=Only(Year))}&amp;gt;} Depletion)&amp;gt;0"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: black; font-family: 'Courier New';"&gt;}&amp;gt;}&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: blue; font-family: 'Courier New';"&gt;distinct&lt;/SPAN&gt; &lt;SPAN style="font-size: 9pt; color: maroon; font-family: 'Courier New';"&gt;SKU&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: black; font-family: 'Courier New';"&gt;)&lt;BR /&gt;)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Tthe working document with this example is attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Oleg&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Brief explanaiton:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt;﻿&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt;﻿&lt;/SPAN&gt;- Dimensionality 4 is describing the subtotal above the SKU level&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt;﻿&lt;/SPAN&gt;- The first expression in the IF is your original formula&lt;/P&gt;&lt;P&gt;- the second expresison (for dimensionalty 4) counts those distinct SKUs that fulfill the condition in set analysis - the total depletion is greater than 0.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2012 20:47:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/total-calculated-summary-in-pivot-table/m-p/287985#M496025</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2012-01-18T20:47:17Z</dc:date>
    </item>
    <item>
      <title>Re: total (calculated summary) in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/total-calculated-summary-in-pivot-table/m-p/287986#M496026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Billiant!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks Oleg!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2012 20:59:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/total-calculated-summary-in-pivot-table/m-p/287986#M496026</guid>
      <dc:creator />
      <dc:date>2012-01-18T20:59:54Z</dc:date>
    </item>
    <item>
      <title>total (calculated summary) in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/total-calculated-summary-in-pivot-table/m-p/287987#M496027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One other question,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yoru solution changed all the values on the pivot table to either a 1 or 0.&amp;nbsp; Is it possible to implement your solution so that the sku values are preserved (i.e. still display the cases sold) but not affect the total on the right?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2012 21:23:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/total-calculated-summary-in-pivot-table/m-p/287987#M496027</guid>
      <dc:creator />
      <dc:date>2012-01-18T21:23:05Z</dc:date>
    </item>
    <item>
      <title>total (calculated summary) in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/total-calculated-summary-in-pivot-table/m-p/287988#M496028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hmm, very strangely, Dimensionality() returns 4 for both the detailed level and the SKU total! I'm guessing, when the dimension is listed accross (SKU in your case), Dimensionality() works differently...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to add another condition that would help differentiating between the detailed level and the SKU subtotal. For example, you can add another condition that the count(distinct SKU) =1 (representing the detailed level). The possible "glitch" could happen if certain chart line has only 1 SKU associated to it, then the expression might calculate a wrong result...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There has to be something in your data that coiuld uniquely identify a single SKU level versus SKU subtotal. Add this condition to your IF() and everything will work as expected...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Oleg &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2012 21:48:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/total-calculated-summary-in-pivot-table/m-p/287988#M496028</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2012-01-18T21:48:38Z</dc:date>
    </item>
    <item>
      <title>total (calculated summary) in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/total-calculated-summary-in-pivot-table/m-p/287989#M496029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are still using SKU on the top of the pivot table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then use secondarydimensionality(), like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if (SecondaryDimensionality() &amp;lt;&amp;gt;0,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;sum({$&amp;lt;Year={$(=Only(Year))}&amp;gt;} Depletion)&lt;/P&gt;&lt;P&gt;,&lt;/P&gt;&lt;P&gt;count({&amp;lt;SKU = {"=sum({$&amp;lt;Year={$(=Only(Year))}&amp;gt;} Depletion)&amp;gt;0"}&amp;gt;}&amp;nbsp; distinct SKU)&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2012 22:04:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/total-calculated-summary-in-pivot-table/m-p/287989#M496029</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-01-18T22:04:32Z</dc:date>
    </item>
    <item>
      <title>total (calculated summary) in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/total-calculated-summary-in-pivot-table/m-p/287990#M496030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi swuehl,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the solution you suggested will also change the total value (i.e. it will sum up the sales cases)).&amp;nbsp; It won't meet the requirment of counting only those skus where the value is &amp;gt;0.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2012 22:15:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/total-calculated-summary-in-pivot-table/m-p/287990#M496030</guid>
      <dc:creator />
      <dc:date>2012-01-18T22:15:48Z</dc:date>
    </item>
    <item>
      <title>Re: total (calculated summary) in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/total-calculated-summary-in-pivot-table/m-p/287991#M496031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hm, I think I see the correct counts, please see attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2012 22:24:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/total-calculated-summary-in-pivot-table/m-p/287991#M496031</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-01-18T22:24:39Z</dc:date>
    </item>
    <item>
      <title>Re: total (calculated summary) in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/total-calculated-summary-in-pivot-table/m-p/287992#M496032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Oleg,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on your suggestion, I noticed that there are certain rows on the attached sample that give the wrong results.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a row of data (address 4808 E Bell rd) that has only one product but is showing 2 for count of sku's.&lt;/P&gt;&lt;P&gt;There is also a row of data (address 8001 E Mcdowell rd) that has no products but is showing 1 for count of sku's.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know why this would happen?&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have also attached a sample qvw that also highlights this situation.&amp;nbsp; thanks so much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="11264" alt="Qlikview image ALO error.jpg" class="jive-image-thumbnail jive-image" height="424" src="https://community.qlik.com/legacyfs/online/11264_Qlikview+image+ALO+error.jpg" width="875" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Feb 2012 17:46:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/total-calculated-summary-in-pivot-table/m-p/287992#M496032</guid>
      <dc:creator />
      <dc:date>2012-02-14T17:46:49Z</dc:date>
    </item>
  </channel>
</rss>

