<?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: Totals in Pivot table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Totals-in-Pivot-table/m-p/1085986#M361597</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;4 cyclic groups -&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Dimensions.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/119638_Dimensions.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Mar 2016 09:21:12 GMT</pubDate>
    <dc:creator>nehasaxena</dc:creator>
    <dc:date>2016-03-29T09:21:12Z</dc:date>
    <item>
      <title>Totals in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Totals-in-Pivot-table/m-p/1085978#M361589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am facing problems with displaying total in Pivot table. I have already gone through various posts in community but not found the solution for my issue. Here is my expression -&lt;/P&gt;&lt;P&gt;=If(Month='JAN',Sum({$&amp;lt;TypeofData={'Actual'},Year={'Pr-Live'}&amp;gt;}$(vExpr_UnitValue))/1000,if(Unit='Mio Litres',Sum({$&amp;lt;Year={'Pr-Live'}&amp;gt;}RF022016Ltr)/1000,Sum({$&amp;lt;Year={'Pr-Live'}&amp;gt;}RF022016)/1000))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table shows the total of Feb to Dec data and not including the value of Jan. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I understood that I need to use aggr function but how it fits in my expression can somebody guide me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Neha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2016 07:50:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Totals-in-Pivot-table/m-p/1085978#M361589</guid>
      <dc:creator>nehasaxena</dc:creator>
      <dc:date>2016-03-29T07:50:04Z</dc:date>
    </item>
    <item>
      <title>Re: Totals in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Totals-in-Pivot-table/m-p/1085979#M361590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your using this expression in the &lt;STRONG&gt;DIMENSION tab or expression ??&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QV is case sensitive check the JAN and Jan are different could you please check the same &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2016 07:59:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Totals-in-Pivot-table/m-p/1085979#M361590</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2016-03-29T07:59:27Z</dc:date>
    </item>
    <item>
      <title>Re: Totals in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Totals-in-Pivot-table/m-p/1085980#M361591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;did you try to write your expression as follows:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Sum({$&amp;lt;TypeofData={'Actual'},Month={'jan'},Year={'Pr-Live'}&amp;gt;}$(vExpr_UnitValue))/1000)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;+&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Sum({$&amp;lt;Year={'Pr-Live'},Unit={'Mio Liters'}&amp;gt;}RF022016Ltr)/1000)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;+&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Sum({$&amp;lt;Year={'Pr-Live'}&amp;gt;}RF022016)/1000)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;the '+' here is treated as Union&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2016 08:01:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Totals-in-Pivot-table/m-p/1085980#M361591</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2016-03-29T08:01:29Z</dc:date>
    </item>
    <item>
      <title>Re: Totals in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Totals-in-Pivot-table/m-p/1085981#M361592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What's the problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2016 08:09:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Totals-in-Pivot-table/m-p/1085981#M361592</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-03-29T08:09:56Z</dc:date>
    </item>
    <item>
      <title>Re: Totals in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Totals-in-Pivot-table/m-p/1085982#M361593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Avinash,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am writing the expression in Expression tab. JAN is correct because I am getting data for Jan Month. But the problem is in sub total. I have enabled the check box Show Partial Sums for Month Dimension and it is giving totals for all the months except JAN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Neha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2016 08:35:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Totals-in-Pivot-table/m-p/1085982#M361593</guid>
      <dc:creator>nehasaxena</dc:creator>
      <dc:date>2016-03-29T08:35:13Z</dc:date>
    </item>
    <item>
      <title>Re: Totals in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Totals-in-Pivot-table/m-p/1085983#M361594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;Sum(Aggr(&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;If(Month='JAN',Sum({$&amp;lt;TypeofData={'Actual'},Year={'Pr-Live'}&amp;gt;}$(vExpr_UnitValue))/1000,if(Unit='Mio Litres',Sum({$&amp;lt;Year={'Pr-Live'}&amp;gt;}RF022016Ltr)/1000,Sum({$&amp;lt;Year={'Pr-Live'}&amp;gt;}RF022016)/1000))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #ff0000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;,&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; line-height: 1.5em;"&gt;&lt;STRONG style="color: #ff0000;"&gt;YourChartDimensions))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2016 08:38:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Totals-in-Pivot-table/m-p/1085983#M361594</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-29T08:38:17Z</dc:date>
    </item>
    <item>
      <title>Re: Totals in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Totals-in-Pivot-table/m-p/1085984#M361595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am having 4 cyclic groups and Month in the dimension tab. I tried the below expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit; color: #ff0000;"&gt;Sum(Aggr(&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13px;"&gt;If(Month='JAN',Sum({$&amp;lt;TypeofData={'Actual'},Year={'Pr-Live'}&amp;gt;}$(vExpr_UnitValue))/1000,if(Unit='Mio Litres',Sum({$&amp;lt;Year={'Pr-Live'}&amp;gt;}RF022016Ltr)/1000,Sum({$&amp;lt;Year={'Pr-Live'}&amp;gt;}RF022016)/1000))&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13px; color: #ff0000;"&gt;,Month&lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13px;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit; color: #ff0000;"&gt;))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13px;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit; color: #ff0000;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13px;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit; color: #ff0000;"&gt;Its not working.&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2016 09:12:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Totals-in-Pivot-table/m-p/1085984#M361595</guid>
      <dc:creator>nehasaxena</dc:creator>
      <dc:date>2016-03-29T09:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: Totals in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Totals-in-Pivot-table/m-p/1085985#M361596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have 4 cycle groups or you have 1 cycle group with 4 fields?&lt;/P&gt;&lt;P&gt;Can you share the name/s of your cycle group?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2016 09:14:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Totals-in-Pivot-table/m-p/1085985#M361596</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-29T09:14:44Z</dc:date>
    </item>
    <item>
      <title>Re: Totals in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Totals-in-Pivot-table/m-p/1085986#M361597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;4 cyclic groups -&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Dimensions.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/119638_Dimensions.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2016 09:21:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Totals-in-Pivot-table/m-p/1085986#M361597</guid>
      <dc:creator>nehasaxena</dc:creator>
      <dc:date>2016-03-29T09:21:12Z</dc:date>
    </item>
    <item>
      <title>Re: Totals in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Totals-in-Pivot-table/m-p/1085987#M361598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And all of the the 5 dimensions are active at all times (no conditional hide/show)? Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #ff0000;"&gt;&lt;STRONG style="text-decoration: line-through;"&gt;&lt;SPAN style="color: #575757; text-decoration: line-through;"&gt;Sum(Aggr(&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="text-decoration: line-through; color: #575757;"&gt;&lt;SPAN style="font-style: inherit;"&gt;&lt;STRONG&gt;If(Month='JAN',Sum({$&amp;lt;TypeofData={'Actual'},Year={'Pr-Live'}&amp;gt;}$(vExpr_UnitValue))/1000,if(Unit='Mio Litres',Sum({$&amp;lt;Year={'Pr-Live'}&amp;gt;}RF022016Ltr)/1000,Sum({$&amp;lt;Year={'Pr-Live'}&amp;gt;}RF022016)/1000))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="line-height: 1.5em; font-style: inherit; text-decoration: line-through;"&gt;&lt;STRONG&gt;, &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="line-height: 1.5em; color: #ff0000; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;STRONG style="text-decoration: line-through;"&gt;&lt;SPAN style="color: #575757; text-decoration: line-through;"&gt;$(=GetCurrentField(grGlobal)), &lt;SPAN style="font-family: inherit; font-size: 13px; font-style: inherit; text-decoration: line-through;"&gt;&lt;STRONG&gt;$(=GetCurrentField(grGlobal1)), &lt;SPAN style="font-family: inherit; font-size: 13px; font-style: inherit; text-decoration: line-through;"&gt;&lt;STRONG&gt;$(=GetCurrentField(grGlobal2)), &lt;SPAN style="font-family: inherit; font-size: 13px; font-style: inherit; text-decoration: line-through;"&gt;&lt;STRONG&gt;$(=GetCurrentField(grGlobal3)), Month&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;))&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Actually add these as well:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #ff0000;"&gt;&lt;STRONG style="color: #575757;"&gt;Sum(Aggr(&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit;"&gt;&lt;STRONG&gt;&lt;SPAN style="color: #575757;"&gt;If(Month='JAN',Sum({$&amp;lt;TypeofData={'Actual'},Year={'Pr-Live'}&amp;gt;}$(vExpr_UnitValue))/1000,if(Unit='Mio Litres',Sum({$&amp;lt;Year={'Pr-Live'}&amp;gt;}RF022016Ltr)/1&lt;/SPAN&gt;000,Sum({$&amp;lt;Year={'Pr-Live'}&amp;gt;}RF022016)/1000))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="line-height: 1.5em; font-style: inherit; color: #ff0000;"&gt;&lt;STRONG&gt;, &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="line-height: 1.5em; color: #ff0000; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;STRONG&gt;$(='[' &amp;amp; GetCurrentField(grGlobal) &amp;amp; ']'), &lt;SPAN style="font-family: inherit; font-size: 13px; font-style: inherit; color: #ff0000;"&gt;&lt;STRONG&gt;$(=&lt;STRONG style="color: #ff0000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;'[' &amp;amp; &lt;/STRONG&gt;GetCurrentField(grGlobal1)&lt;STRONG style="color: #ff0000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; &amp;amp; ']'&lt;/STRONG&gt;), &lt;SPAN style="font-family: inherit; font-size: 13px; font-style: inherit; color: #ff0000;"&gt;&lt;STRONG&gt;$(=&lt;STRONG style="color: #ff0000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;'[' &amp;amp; &lt;/STRONG&gt;GetCurrentField(grGlobal2)&lt;STRONG style="color: #ff0000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; &amp;amp; ']'&lt;/STRONG&gt;), &lt;SPAN style="font-family: inherit; font-size: 13px; font-style: inherit; color: #ff0000;"&gt;&lt;STRONG&gt;$(=&lt;STRONG style="color: #ff0000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;'[' &amp;amp; &lt;/STRONG&gt;GetCurrentField(grGlobal3)&lt;STRONG style="color: #ff0000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; &amp;amp; ']'&lt;/STRONG&gt;), Month&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2016 09:24:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Totals-in-Pivot-table/m-p/1085987#M361598</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-29T09:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: Totals in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Totals-in-Pivot-table/m-p/1085988#M361599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately this is not working &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2016 10:14:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Totals-in-Pivot-table/m-p/1085988#M361599</guid>
      <dc:creator>nehasaxena</dc:creator>
      <dc:date>2016-03-29T10:14:38Z</dc:date>
    </item>
  </channel>
</rss>

