<?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: Hide Column/Expression in Pivot table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Hide-Column-Expression-in-Pivot-table/m-p/584001#M216841</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can u attach the sample QVW file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Apr 2014 09:35:03 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-04-16T09:35:03Z</dc:date>
    <item>
      <title>Hide Column/Expression in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-Column-Expression-in-Pivot-table/m-p/584000#M216840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see below Pivot table...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want a Variance only for Current Month (Like April-March).&lt;/P&gt;&lt;P&gt;How to hide other months Columns?&lt;/P&gt;&lt;P&gt;I know we can Hide in Straight Table but some what reason I want only in Pivot table.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Pivot Hide Column1.PNG.png" class="jive-image" src="/legacyfs/online/57388_Pivot Hide Column1.PNG.png" style="width: 620px; height: 183px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see attached excel and qvw file as sample data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vinay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 09:31:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-Column-Expression-in-Pivot-table/m-p/584000#M216840</guid>
      <dc:creator />
      <dc:date>2014-04-16T09:31:25Z</dc:date>
    </item>
    <item>
      <title>Re: Hide Column/Expression in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-Column-Expression-in-Pivot-table/m-p/584001#M216841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can u attach the sample QVW file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 09:35:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-Column-Expression-in-Pivot-table/m-p/584001#M216841</guid>
      <dc:creator />
      <dc:date>2014-04-16T09:35:03Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Hide Column/Expression in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-Column-Expression-in-Pivot-table/m-p/584002#M216842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok With Attachments.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 09:39:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-Column-Expression-in-Pivot-table/m-p/584002#M216842</guid>
      <dc:creator />
      <dc:date>2014-04-16T09:39:33Z</dc:date>
    </item>
    <item>
      <title>Re: Hide Column/Expression in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-Column-Expression-in-Pivot-table/m-p/584003#M216843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please any body can help!!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried below Macro but it hide/disable all second expression.&lt;/P&gt;&lt;P&gt;Any Idea to restrict particular month?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUB EnableExp1&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SET chart = ActiveDocument.GetSheetObject("CH01")&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SET cp = chart.GetProperties&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SET expr = cp.Expressions.Item(1).Item(0).Data.ExpressionData&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; expr.Enable = TRUE 'Enable Second expression&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; chart.SetProperties cp&amp;nbsp; &lt;/P&gt;&lt;P&gt;END SUB&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;SUB DisableExp1&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SET chart = ActiveDocument.GetSheetObject("CH01")&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SET cp = chart.GetProperties&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SET expr = cp.Expressions.Item(1).Item(0).Data.ExpressionData&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; expr.Enable = FALSE 'Disable Second expression&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; chart.SetProperties cp&amp;nbsp; &lt;/P&gt;&lt;P&gt;END SUB&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 11:11:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-Column-Expression-in-Pivot-table/m-p/584003#M216843</guid>
      <dc:creator />
      <dc:date>2014-04-16T11:11:04Z</dc:date>
    </item>
    <item>
      <title>Re: Hide Column/Expression in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-Column-Expression-in-Pivot-table/m-p/584004#M216844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Replace your variance expression by If(Left(Mnth,3)=Month(Today()),&amp;lt;Your_variance_expression&amp;gt;)&lt;/P&gt;&lt;P&gt;Then Select "Suppress Zero Values" in Presentation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 13:09:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-Column-Expression-in-Pivot-table/m-p/584004#M216844</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2014-04-16T13:09:22Z</dc:date>
    </item>
    <item>
      <title>Re: Hide Column/Expression in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-Column-Expression-in-Pivot-table/m-p/584005#M216845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anbu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have done as suggested but I can't get rid of this -(Hyphen). see my expression..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;if(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Left&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Mnth&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,3)=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Month&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Today&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;()),&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Sales&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)-&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;before&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Sales&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)))&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Hide column1.PNG.png" class="jive-image" src="/legacyfs/online/57441_Hide column1.PNG.png" style="width: 620px; height: 188px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Vinay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 13:38:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-Column-Expression-in-Pivot-table/m-p/584005#M216845</guid>
      <dc:creator />
      <dc:date>2014-04-16T13:38:58Z</dc:date>
    </item>
  </channel>
</rss>

