<?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 Pivot Table: Show only the total value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Show-only-the-total-value/m-p/259975#M98118</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Is this possible in qlikview especially in a pivot table:see the image below&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Picture.JPG" class="jive-image-thumbnail jive-image" onclick="" src="https://community.qlik.com/legacyfs/online/4917_Picture.JPG" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to hide the values of the column(columns in blue) and show only the total..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Jun 2011 08:45:17 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-06-02T08:45:17Z</dc:date>
    <item>
      <title>Pivot Table: Show only the total value</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Show-only-the-total-value/m-p/259975#M98118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Is this possible in qlikview especially in a pivot table:see the image below&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Picture.JPG" class="jive-image-thumbnail jive-image" onclick="" src="https://community.qlik.com/legacyfs/online/4917_Picture.JPG" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to hide the values of the column(columns in blue) and show only the total..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2011 08:45:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-Show-only-the-total-value/m-p/259975#M98118</guid>
      <dc:creator />
      <dc:date>2011-06-02T08:45:17Z</dc:date>
    </item>
    <item>
      <title>Pivot Table: Show only the total value</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Show-only-the-total-value/m-p/259976#M98119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use a formula that evaluates to null if inside an internal cell.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E.g.: let's say your innermost dimension is Field1 and the expression you want to get the total is Sum(Amount).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If(Count(Distinct Field1) = 1, Null(), Sum(Amount))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Untested, just to give you an idea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2011 08:53:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-Show-only-the-total-value/m-p/259976#M98119</guid>
      <dc:creator />
      <dc:date>2011-06-02T08:53:20Z</dc:date>
    </item>
    <item>
      <title>Pivot Table: Show only the total value</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Show-only-the-total-value/m-p/259977#M98120</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;&amp;nbsp;&amp;nbsp;&amp;nbsp; If you just want to hide the values all you can do is change the color of the text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; There are 2 ways u can do that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Click on + sign next to expression. find the text color. where you can write the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; or &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; go to properties-&amp;gt; find the visual cues-&amp;gt; set upper and lower limit and change the colors of that as you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Hope this will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2011 08:58:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-Show-only-the-total-value/m-p/259977#M98120</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2011-06-02T08:58:35Z</dc:date>
    </item>
    <item>
      <title>Pivot Table: Show only the total value</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Show-only-the-total-value/m-p/259978#M98121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i think if i change the text color of the expression if will affect the whole column.what I want to to is to hide the text of a certain column except its total...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2011 05:01:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-Show-only-the-total-value/m-p/259978#M98121</guid>
      <dc:creator />
      <dc:date>2011-06-08T05:01:46Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table: Show only the total value</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Show-only-the-total-value/m-p/259979#M98122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Mars,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One way is to use Dimensionality(). This function gives you an integer value depending on what dimension level you're on. The total row will belong to another level than the detail rows.&lt;/P&gt;&lt;P&gt;Please see attached example file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2011 05:21:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-Show-only-the-total-value/m-p/259979#M98122</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-06-08T05:21:34Z</dc:date>
    </item>
    <item>
      <title>Pivot Table: Show only the total value</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Show-only-the-total-value/m-p/259980#M98123</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;you can use the function dimensionality().&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will tell you at what level your cell is in the pivot table structure. So In your example where you have two dimensions the cells you wish to hide will have dimensionality &amp;gt; 1. So you can write your expression like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(dimensionality()&amp;gt;1,' ',YourExpressionHere)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as the pivot recalculates the expression on total lines the Total will appear whereas the other cells will be blank.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have more dimensions you will have to tweak the condition set on dimensionality().&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2011 05:39:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-Show-only-the-total-value/m-p/259980#M98123</guid>
      <dc:creator>pat_agen</dc:creator>
      <dc:date>2011-06-08T05:39:33Z</dc:date>
    </item>
    <item>
      <title>Pivot Table: Show only the total value</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Show-only-the-total-value/m-p/259981#M98124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i'll give this a try..thank you so much sir Johannes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2011 05:45:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-Show-only-the-total-value/m-p/259981#M98124</guid>
      <dc:creator />
      <dc:date>2011-06-08T05:45:37Z</dc:date>
    </item>
  </channel>
</rss>

