<?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: How to hide column in Pivot table but have partial sums shown. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-hide-column-in-Pivot-table-but-have-partial-sums-shown/m-p/467562#M557633</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is possible by reducing the columwidth to 0.&amp;nbsp; Not possible manually, but works with a simple macro:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sub Squeeze&lt;BR /&gt; call HideColumn("CH01", 2)&lt;BR /&gt;end sub&lt;BR /&gt;'&lt;BR /&gt;private sub HideColumn(ch, n)&lt;BR /&gt; set ch = ActiveDocument.GetSheetObject(ch)&lt;BR /&gt; ch.SetPixWidth (n-1), 0&lt;BR /&gt;end sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Jun 2013 19:32:50 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-06-12T19:32:50Z</dc:date>
    <item>
      <title>How to hide column in Pivot table but have partial sums shown.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-hide-column-in-Pivot-table-but-have-partial-sums-shown/m-p/467560#M557631</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;I have 3 Dimensions in my pivot table and 2 expressions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just want one of the expressions to be shown exept in partital sums, then I want to see the totals of both expressions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards, Kári&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;p.s. I'm using Qlikview 11.2&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jun 2013 16:30:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-hide-column-in-Pivot-table-but-have-partial-sums-shown/m-p/467560#M557631</guid>
      <dc:creator />
      <dc:date>2013-06-12T16:30:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide column in Pivot table but have partial sums shown.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-hide-column-in-Pivot-table-but-have-partial-sums-shown/m-p/467561#M557632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can't hide and show a column at the same time. It is possible to only show the partial sums and leave the other cells empty. You can use the dimensionality function for that. Something like: if(dimensionality()&amp;lt;3, &lt;EM&gt;sum(Value)&lt;/EM&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jun 2013 16:34:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-hide-column-in-Pivot-table-but-have-partial-sums-shown/m-p/467561#M557632</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-06-12T16:34:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide column in Pivot table but have partial sums shown.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-hide-column-in-Pivot-table-but-have-partial-sums-shown/m-p/467562#M557633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is possible by reducing the columwidth to 0.&amp;nbsp; Not possible manually, but works with a simple macro:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sub Squeeze&lt;BR /&gt; call HideColumn("CH01", 2)&lt;BR /&gt;end sub&lt;BR /&gt;'&lt;BR /&gt;private sub HideColumn(ch, n)&lt;BR /&gt; set ch = ActiveDocument.GetSheetObject(ch)&lt;BR /&gt; ch.SetPixWidth (n-1), 0&lt;BR /&gt;end sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jun 2013 19:32:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-hide-column-in-Pivot-table-but-have-partial-sums-shown/m-p/467562#M557633</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-12T19:32:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide column in Pivot table but have partial sums shown.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-hide-column-in-Pivot-table-but-have-partial-sums-shown/m-p/467563#M557634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried that but I was "squeezing" also the totals column.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jun 2013 08:48:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-hide-column-in-Pivot-table-but-have-partial-sums-shown/m-p/467563#M557634</guid>
      <dc:creator />
      <dc:date>2013-06-13T08:48:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide column in Pivot table but have partial sums shown.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-hide-column-in-Pivot-table-but-have-partial-sums-shown/m-p/467564#M557635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had implemented that but I want to hide the columns. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jun 2013 08:48:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-hide-column-in-Pivot-table-but-have-partial-sums-shown/m-p/467564#M557635</guid>
      <dc:creator />
      <dc:date>2013-06-13T08:48:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide column in Pivot table but have partial sums shown.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-hide-column-in-Pivot-table-but-have-partial-sums-shown/m-p/467565#M557636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Squeeze to 0 is hiding, isn't it?&amp;nbsp; As for the hiding the right column - it is defiened by the number here, in my example it is 2:&lt;/P&gt;&lt;P&gt;call HideColumn("CH01", &lt;STRONG&gt;2&lt;/STRONG&gt;)&lt;/P&gt;&lt;P&gt;Change to whaterver you need and try again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jun 2013 12:04:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-hide-column-in-Pivot-table-but-have-partial-sums-shown/m-p/467565#M557636</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-13T12:04:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide column in Pivot table but have partial sums shown.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-hide-column-in-Pivot-table-but-have-partial-sums-shown/m-p/467566#M557637</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;How to hide the row ?&amp;nbsp; PFB the chart and i want&amp;nbsp; to hide the JAN month row.&lt;IMG alt="Capture1.PNG" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/75877_Capture1.PNG" style="width: 620px; height: 229px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2015 05:48:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-hide-column-in-Pivot-table-but-have-partial-sums-shown/m-p/467566#M557637</guid>
      <dc:creator />
      <dc:date>2015-01-22T05:48:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide column in Pivot table but have partial sums shown.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-hide-column-in-Pivot-table-but-have-partial-sums-shown/m-p/467567#M557638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Row or column?&lt;/P&gt;&lt;P&gt;This is Excel extract is it not?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(BTW It would be good if you start your own topic - that may attract more people to respond)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2015 06:05:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-hide-column-in-Pivot-table-but-have-partial-sums-shown/m-p/467567#M557638</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2015-01-22T06:05:47Z</dc:date>
    </item>
  </channel>
</rss>

