<?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 row in pivot table by macro in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/hide-row-in-pivot-table-by-macro/m-p/392361#M561238</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Davide - Did you find a solution for this?&amp;nbsp; I am dealing with a similar issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Beau Brenno&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 May 2014 18:36:51 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-05-12T18:36:51Z</dc:date>
    <item>
      <title>hide row in pivot table by macro</title>
      <link>https://community.qlik.com/t5/QlikView/hide-row-in-pivot-table-by-macro/m-p/392357#M561230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;Is there the possibility to hide a row in a pivot table like the column?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;private sub HideColumn(ch, n)&lt;/P&gt;&lt;P&gt;set ch = ActiveDocument.GetSheetObject(ch)&lt;/P&gt;&lt;P&gt;ch.SetPixWidth (n-1), 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I try to use SetPixHeight but with no result.&lt;/P&gt;&lt;P&gt;Anyone can help me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks all in advance,&lt;/P&gt;&lt;P&gt;Davide&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Mar 2013 08:30:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hide-row-in-pivot-table-by-macro/m-p/392357#M561230</guid>
      <dc:creator />
      <dc:date>2013-03-26T08:30:05Z</dc:date>
    </item>
    <item>
      <title>Re: hide row in pivot table by macro</title>
      <link>https://community.qlik.com/t5/QlikView/hide-row-in-pivot-table-by-macro/m-p/392358#M561233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rows in tables as a rule are defined by dimension values.&amp;nbsp; If you want to hide a row where your dimension D has value 'ZZZ', you can use calculated dimension, something like this:&lt;BR /&gt;aggr(only({&amp;lt;D-={'ZZZ'}&amp;gt;} D),D)&lt;BR /&gt;and suppress when value is null.&lt;BR /&gt;If is not what you want, explain what "hiding a row" means in your case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Mar 2013 15:58:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hide-row-in-pivot-table-by-macro/m-p/392358#M561233</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-03-26T15:58:26Z</dc:date>
    </item>
    <item>
      <title>Re: hide row in pivot table by macro</title>
      <link>https://community.qlik.com/t5/QlikView/hide-row-in-pivot-table-by-macro/m-p/392359#M561235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to hide the header row in a pivot table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a solution? (I think throught a macro...)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Apr 2013 15:53:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hide-row-in-pivot-table-by-macro/m-p/392359#M561235</guid>
      <dc:creator />
      <dc:date>2013-04-18T15:53:13Z</dc:date>
    </item>
    <item>
      <title>Re: hide row in pivot table by macro</title>
      <link>https://community.qlik.com/t5/QlikView/hide-row-in-pivot-table-by-macro/m-p/392360#M561237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The only solution I can think of for a pivot table header is to set the labels of all dimensions and expressions to ' ' (one space).&amp;nbsp; Header row is not removed, it only looks blank.&lt;/P&gt;&lt;P&gt;(There is "suppress header" in straight table)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Apr 2013 17:14:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hide-row-in-pivot-table-by-macro/m-p/392360#M561237</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-18T17:14:25Z</dc:date>
    </item>
    <item>
      <title>Re: hide row in pivot table by macro</title>
      <link>https://community.qlik.com/t5/QlikView/hide-row-in-pivot-table-by-macro/m-p/392361#M561238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Davide - Did you find a solution for this?&amp;nbsp; I am dealing with a similar issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Beau Brenno&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2014 18:36:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hide-row-in-pivot-table-by-macro/m-p/392361#M561238</guid>
      <dc:creator />
      <dc:date>2014-05-12T18:36:51Z</dc:date>
    </item>
  </channel>
</rss>

