<?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 marco Always Fully Expanded in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/marco-Always-Fully-Expanded/m-p/233359#M84896</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you trying to set the Chart property so it is always fully expanded?&lt;/P&gt;&lt;P&gt;If so, use this after what you have (according to the API Guide):&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;chartProperties.TableProperties.PivotAlwaysFullyExpanded = true&lt;BR /&gt;chart.SetProperties chartProperties&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Nov 2009 21:45:38 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-11-05T21:45:38Z</dc:date>
    <item>
      <title>marco Always Fully Expanded</title>
      <link>https://community.qlik.com/t5/QlikView/marco-Always-Fully-Expanded/m-p/233358#M84895</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 have Pivot Table (CH02)&lt;/P&gt;&lt;P&gt;how can i with the marco changed the "Always Fully Expanded" and not "Fully Expanded"&lt;/P&gt;&lt;DIV&gt;&lt;PRE ___default_attr="plain" class="jive_text_macro jive_macro_code" jivemacro="code"&gt;set chart = ActiveDocument.getSheetObject("CH02")&lt;BR /&gt;set chartProperties = chart.GetProperties&lt;/PRE&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Thanks&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Nov 2009 20:45:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/marco-Always-Fully-Expanded/m-p/233358#M84895</guid>
      <dc:creator />
      <dc:date>2009-11-05T20:45:21Z</dc:date>
    </item>
    <item>
      <title>marco Always Fully Expanded</title>
      <link>https://community.qlik.com/t5/QlikView/marco-Always-Fully-Expanded/m-p/233359#M84896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you trying to set the Chart property so it is always fully expanded?&lt;/P&gt;&lt;P&gt;If so, use this after what you have (according to the API Guide):&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;chartProperties.TableProperties.PivotAlwaysFullyExpanded = true&lt;BR /&gt;chart.SetProperties chartProperties&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Nov 2009 21:45:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/marco-Always-Fully-Expanded/m-p/233359#M84896</guid>
      <dc:creator />
      <dc:date>2009-11-05T21:45:38Z</dc:date>
    </item>
    <item>
      <title>marco Always Fully Expanded</title>
      <link>https://community.qlik.com/t5/QlikView/marco-Always-Fully-Expanded/m-p/233360#M84897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;what is according to the API Guide (how can i find it ?)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Nov 2009 22:02:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/marco-Always-Fully-Expanded/m-p/233360#M84897</guid>
      <dc:creator />
      <dc:date>2009-11-05T22:02:00Z</dc:date>
    </item>
    <item>
      <title>marco Always Fully Expanded</title>
      <link>https://community.qlik.com/t5/QlikView/marco-Always-Fully-Expanded/m-p/233361#M84898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;it works. Thank you very much!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Nov 2009 22:24:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/marco-Always-Fully-Expanded/m-p/233361#M84898</guid>
      <dc:creator />
      <dc:date>2009-11-05T22:24:42Z</dc:date>
    </item>
    <item>
      <title>marco Always Fully Expanded</title>
      <link>https://community.qlik.com/t5/QlikView/marco-Always-Fully-Expanded/m-p/233362#M84899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The API Guide is a QVW containing pretty much everything you need to know about building macros. I believe it should be installed in your Documentation folder. You can also download it from the QlikView site. I use it so much, I seem to have copies of it saved everywhere. &lt;IMG alt="Big Smile" src="http://community.qlik.com/emoticons/emotion-2.gif" /&gt;&lt;/P&gt;&lt;P&gt;I like to use the Automation Examples tab. If you search in the Methods box for what you're trying to do, you can usually find a good example to at least get you started.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Nov 2009 22:34:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/marco-Always-Fully-Expanded/m-p/233362#M84899</guid>
      <dc:creator />
      <dc:date>2009-11-05T22:34:59Z</dc:date>
    </item>
  </channel>
</rss>

