<?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 Hide some expression totals in pivot table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Hide-some-expression-totals-in-pivot-table/m-p/1403273#M425173</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a pivot table with three expressions, however I only want to show a total for one of them.&amp;nbsp; Is there a way to hide the ones I don't need? I know there is a "Show Partial Sums" option that can be turned on and off, however this is by dimension, not by expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Oct 2017 17:25:01 GMT</pubDate>
    <dc:creator>dukane24</dc:creator>
    <dc:date>2017-10-05T17:25:01Z</dc:date>
    <item>
      <title>Hide some expression totals in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-some-expression-totals-in-pivot-table/m-p/1403273#M425173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a pivot table with three expressions, however I only want to show a total for one of them.&amp;nbsp; Is there a way to hide the ones I don't need? I know there is a "Show Partial Sums" option that can be turned on and off, however this is by dimension, not by expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Oct 2017 17:25:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-some-expression-totals-in-pivot-table/m-p/1403273#M425173</guid>
      <dc:creator>dukane24</dc:creator>
      <dc:date>2017-10-05T17:25:01Z</dc:date>
    </item>
    <item>
      <title>Re: Hide some expression totals in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-some-expression-totals-in-pivot-table/m-p/1403274#M425174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And if you check Expression Total in Total Mode just for the expression you want display the total?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" height="213" src="https://community.qlik.com/legacyfs/online/178756_pastedImage_1.png" style="width: 562px; height: 213.016px;" width="562" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Oct 2017 17:44:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-some-expression-totals-in-pivot-table/m-p/1403274#M425174</guid>
      <dc:creator>sergio0592</dc:creator>
      <dc:date>2017-10-05T17:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: Hide some expression totals in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-some-expression-totals-in-pivot-table/m-p/1403275#M425175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The total mode section is greyed out - I don't believe it's available for pivot tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Oct 2017 18:00:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-some-expression-totals-in-pivot-table/m-p/1403275#M425175</guid>
      <dc:creator>dukane24</dc:creator>
      <dc:date>2017-10-05T18:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: Hide some expression totals in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-some-expression-totals-in-pivot-table/m-p/1403276#M425176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use a &lt;SPAN class="Bold"&gt;dimensionality &lt;/SPAN&gt;function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(&lt;SPAN class="Bold"&gt;dimensionality() = "Total row nimber", '', Sum(Field))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Oct 2017 18:00:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-some-expression-totals-in-pivot-table/m-p/1403276#M425176</guid>
      <dc:creator>MarcoARaymundo</dc:creator>
      <dc:date>2017-10-05T18:00:26Z</dc:date>
    </item>
    <item>
      <title>Re: Hide some expression totals in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-some-expression-totals-in-pivot-table/m-p/1403277#M425177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perfect! Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Oct 2017 18:24:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-some-expression-totals-in-pivot-table/m-p/1403277#M425177</guid>
      <dc:creator>dukane24</dc:creator>
      <dc:date>2017-10-05T18:24:24Z</dc:date>
    </item>
  </channel>
</rss>

