<?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 Controls in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Controls/m-p/174537#M43327</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for responding Michael!&lt;BR /&gt;I'm on version 9.00.7320.7 SR2.&lt;/P&gt;&lt;P&gt;If Michael does not have an answer maybe no one else does either? &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;I really would like to get this "Expand All"-button to work.. Hmm..&lt;/P&gt;&lt;P&gt;*newbee in love*&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Apr 2010 05:50:04 GMT</pubDate>
    <dc:creator>anitamelbye</dc:creator>
    <dc:date>2010-04-27T05:50:04Z</dc:date>
    <item>
      <title>Pivot Table Controls</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Controls/m-p/174532#M43322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a way to expand all and collapse all in a pivot table by using a macro. I've searched the API Guide, but I haven't found anything.&lt;/P&gt;&lt;P&gt;Has anybody tried to make 3 separate pivot or straight tables behave as if it were one table using macros?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Karl&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Sep 2009 10:09:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-Controls/m-p/174532#M43322</guid>
      <dc:creator>pover</dc:creator>
      <dc:date>2009-09-03T10:09:01Z</dc:date>
    </item>
    <item>
      <title>Pivot Table Controls</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Controls/m-p/174533#M43323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey Karl!&lt;/P&gt;&lt;P&gt;give this a try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;sub toggle_expand()&lt;BR /&gt;&lt;BR /&gt; set chart = ActiveDocument.GetSheetObject("CH1324")&lt;BR /&gt; set gp = chart.GetProperties&lt;BR /&gt;&lt;BR /&gt; gp.TableProperties.PivotAlwaysFullyExpanded = not gp.TableProperties.PivotAlwaysFullyExpanded&lt;BR /&gt; chart.SetProperties gp&lt;BR /&gt;&lt;BR /&gt;end sub&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Sep 2009 11:46:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-Controls/m-p/174533#M43323</guid>
      <dc:creator />
      <dc:date>2009-09-03T11:46:25Z</dc:date>
    </item>
    <item>
      <title>Pivot Table Controls</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Controls/m-p/174534#M43324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is what I used to collapse or expand all:&lt;BR /&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;sub CollapsePivot&lt;BR /&gt; on error resume next&lt;BR /&gt; set chart = ActiveDocument.GetSheetObject("CH01")&lt;BR /&gt; chart.CollapseLeft 0,0,true&lt;BR /&gt;end sub&lt;BR /&gt;sub ExpandPivot&lt;BR /&gt; on error resume next&lt;BR /&gt; for n = 0 to 5 ' number of dimensions was 5&lt;BR /&gt; set chart = ActiveDocument.GetSheetObject("CH01")&lt;BR /&gt; chart.ExpandLeft 0, n, true&lt;BR /&gt; next&lt;BR /&gt;end sub&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;Didn't work in QV8.50. Should be OK in 9&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Sep 2009 20:35:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-Controls/m-p/174534#M43324</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-09-03T20:35:44Z</dc:date>
    </item>
    <item>
      <title>Pivot Table Controls</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Controls/m-p/174535#M43325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I can not get this to work. Can someone please be helpfull and explain to me what I am doing wrong?&lt;/P&gt;&lt;P&gt;I would like to make an expand all button, and I have changed the numer of dimension to 7 (the number of dimensions I have), and I have changed the "CH01" to "CH02". Am I suppose to remove the ""? What else am I suppose to change?&lt;/P&gt;&lt;P&gt;I am sorry to say, I don't know any macro-programming, so I am so very thankful for all your help &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;*newbee in love* &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Apr 2010 09:37:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-Controls/m-p/174535#M43325</guid>
      <dc:creator>anitamelbye</dc:creator>
      <dc:date>2010-04-26T09:37:11Z</dc:date>
    </item>
    <item>
      <title>Pivot Table Controls</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Controls/m-p/174536#M43326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anita,&lt;BR /&gt;Your certainly should not remove "". The reason ofornot working could be QlikView version. These macros don't work in some versions, I can't tell now which ones, sorry.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Apr 2010 14:52:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-Controls/m-p/174536#M43326</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-04-26T14:52:07Z</dc:date>
    </item>
    <item>
      <title>Pivot Table Controls</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Controls/m-p/174537#M43327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for responding Michael!&lt;BR /&gt;I'm on version 9.00.7320.7 SR2.&lt;/P&gt;&lt;P&gt;If Michael does not have an answer maybe no one else does either? &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;I really would like to get this "Expand All"-button to work.. Hmm..&lt;/P&gt;&lt;P&gt;*newbee in love*&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Apr 2010 05:50:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-Controls/m-p/174537#M43327</guid>
      <dc:creator>anitamelbye</dc:creator>
      <dc:date>2010-04-27T05:50:04Z</dc:date>
    </item>
  </channel>
</rss>

