<?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: pivot table is always with all the collapsed dimensions in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/pivot-table-is-always-with-all-the-collapsed-dimensions/m-p/122803#M8523</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be add a macro, to make all dimensions expanded... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sub ExpandCollapseDimensions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set chart = ActiveDocument.GetSheetObject("CH21")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set gp = chart.GetProperties&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gp.TableProperties.PivotAlwaysFullyExpanded = 'true'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;chart.SetProperties gp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;end sub&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Sep 2018 11:28:55 GMT</pubDate>
    <dc:creator>BalaBhaskar_Qlik</dc:creator>
    <dc:date>2018-09-18T11:28:55Z</dc:date>
    <item>
      <title>pivot table is always with all the collapsed dimensions</title>
      <link>https://community.qlik.com/t5/App-Development/pivot-table-is-always-with-all-the-collapsed-dimensions/m-p/122798#M8518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Someone knows if there is an option to be able to configure that when opening a pivot table from the access point, this table is always with all the collapsed dimensions.&lt;/P&gt;&lt;P&gt;Some trigger, in the properties of the object or properties of the document.&lt;/P&gt;&lt;P&gt;I have read the properties of the pivot table in the reference manual but that option is not there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2018 19:19:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/pivot-table-is-always-with-all-the-collapsed-dimensions/m-p/122798#M8518</guid>
      <dc:creator>lourdesfmt</dc:creator>
      <dc:date>2018-09-12T19:19:46Z</dc:date>
    </item>
    <item>
      <title>Re: pivot table is always with all the collapsed dimensions</title>
      <link>https://community.qlik.com/t5/App-Development/pivot-table-is-always-with-all-the-collapsed-dimensions/m-p/122799#M8519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Qlikview ou Qliksense?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2018 20:40:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/pivot-table-is-always-with-all-the-collapsed-dimensions/m-p/122799#M8519</guid>
      <dc:creator>giovanneb</dc:creator>
      <dc:date>2018-09-12T20:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: pivot table is always with all the collapsed dimensions</title>
      <link>https://community.qlik.com/t5/App-Development/pivot-table-is-always-with-all-the-collapsed-dimensions/m-p/122800#M8520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-7124"&gt;Qlik Sense - Pivot Table Extension&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2018 10:21:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/pivot-table-is-always-with-all-the-collapsed-dimensions/m-p/122800#M8520</guid>
      <dc:creator>BalaBhaskar_Qlik</dc:creator>
      <dc:date>2018-09-13T10:21:59Z</dc:date>
    </item>
    <item>
      <title>Re: pivot table is always with all the collapsed dimensions</title>
      <link>https://community.qlik.com/t5/App-Development/pivot-table-is-always-with-all-the-collapsed-dimensions/m-p/122801#M8521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://github.com/jgerardoc/QlikSense-Ext-JSPivotTable" title="https://github.com/jgerardoc/QlikSense-Ext-JSPivotTable"&gt;https://github.com/jgerardoc/QlikSense-Ext-JSPivotTable&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2018 10:22:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/pivot-table-is-always-with-all-the-collapsed-dimensions/m-p/122801#M8521</guid>
      <dc:creator>BalaBhaskar_Qlik</dc:creator>
      <dc:date>2018-09-13T10:22:14Z</dc:date>
    </item>
    <item>
      <title>Re: pivot table is always with all the collapsed dimensions</title>
      <link>https://community.qlik.com/t5/App-Development/pivot-table-is-always-with-all-the-collapsed-dimensions/m-p/122802#M8522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Giovanne, it is in QlikView&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2018 13:19:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/pivot-table-is-always-with-all-the-collapsed-dimensions/m-p/122802#M8522</guid>
      <dc:creator>lourdesfmt</dc:creator>
      <dc:date>2018-09-17T13:19:29Z</dc:date>
    </item>
    <item>
      <title>Re: pivot table is always with all the collapsed dimensions</title>
      <link>https://community.qlik.com/t5/App-Development/pivot-table-is-always-with-all-the-collapsed-dimensions/m-p/122803#M8523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be add a macro, to make all dimensions expanded... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sub ExpandCollapseDimensions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set chart = ActiveDocument.GetSheetObject("CH21")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set gp = chart.GetProperties&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gp.TableProperties.PivotAlwaysFullyExpanded = 'true'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;chart.SetProperties gp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;end sub&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2018 11:28:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/pivot-table-is-always-with-all-the-collapsed-dimensions/m-p/122803#M8523</guid>
      <dc:creator>BalaBhaskar_Qlik</dc:creator>
      <dc:date>2018-09-18T11:28:55Z</dc:date>
    </item>
    <item>
      <title>Re: pivot table is always with all the collapsed dimensions</title>
      <link>https://community.qlik.com/t5/App-Development/pivot-table-is-always-with-all-the-collapsed-dimensions/m-p/122804#M8524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bala,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Uncheck the box "Allow Session Recovery" en la QMC &lt;SPAN lang="en"&gt;and it worked&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;QMC — System — Setup — Qlikview Server — Document — Uncheck Allow Session Recovery&lt;/P&gt;&lt;P&gt;thanks!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2018 19:56:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/pivot-table-is-always-with-all-the-collapsed-dimensions/m-p/122804#M8524</guid>
      <dc:creator>lourdesfmt</dc:creator>
      <dc:date>2018-09-18T19:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: pivot table is always with all the collapsed dimensions</title>
      <link>https://community.qlik.com/t5/App-Development/pivot-table-is-always-with-all-the-collapsed-dimensions/m-p/122805#M8525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, I'll too try for this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Sep 2018 11:49:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/pivot-table-is-always-with-all-the-collapsed-dimensions/m-p/122805#M8525</guid>
      <dc:creator>BalaBhaskar_Qlik</dc:creator>
      <dc:date>2018-09-22T11:49:37Z</dc:date>
    </item>
  </channel>
</rss>

