<?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 export to Excel in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Pivot-table-export-to-Excel/m-p/175640#M43981</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 don't feel that there is any way for putting Qlikview PIVOT into excel pivot but u can Right click the chart select Copy To Clipboard -&amp;gt; Full Table &amp;amp; paste it in excel &amp;amp; u can see all the values grouped in a cell. For doing it through macro.&lt;/P&gt;&lt;P&gt;set XLApp = CreateObject("Excel.Application")&lt;BR /&gt; XLApp.Visible = FALSE&lt;BR /&gt; set XLDoc = XLApp.Workbooks.Add&lt;/P&gt;&lt;P&gt;XLDoc.Sheets(1).name = "Supervisor Report"&lt;BR /&gt; set XLSheet = XLDoc.Worksheets(1)&lt;BR /&gt; set MyTable = ActiveDocument.GetSheetObject("CH550")&lt;BR /&gt; set XLSheet = XLDoc.Worksheets(1)&lt;BR /&gt; MyTable.CopyTableToClipboard true&lt;BR /&gt; XLSheet.Paste XLSheet.Range("B10")&lt;BR /&gt; XLDoc.SaveAs "C:\QlikView\Reports\" &amp;amp; strFileName &amp;amp; ".xlsx"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; XLApp.Visible = False&lt;BR /&gt; XLApp.Quit&lt;BR /&gt; Set XLApp = Nothing&lt;BR /&gt; Set Table = Nothing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Jan 2011 13:04:01 GMT</pubDate>
    <dc:creator>amars</dc:creator>
    <dc:date>2011-01-19T13:04:01Z</dc:date>
    <item>
      <title>Pivot table export to Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-export-to-Excel/m-p/175637#M43978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I am trying to export a pivot table into Excel from QlikView, is there a way to automatically display the data as a pivot table (same way how it looks in QlikView) that could potentially save user to create another pivot in Excel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jan 2011 11:22:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-export-to-Excel/m-p/175637#M43978</guid>
      <dc:creator />
      <dc:date>2011-01-19T11:22:48Z</dc:date>
    </item>
    <item>
      <title>Pivot table export to Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-export-to-Excel/m-p/175638#M43979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls write following macro.&lt;/P&gt;&lt;P&gt;set obj = ActiveDocument.GetSheetObject("CH703")&lt;BR /&gt;obj.ExportEx "E:\Qlikview\Department_Loadinng.xls",5&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jan 2011 12:49:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-export-to-Excel/m-p/175638#M43979</guid>
      <dc:creator>suniljain</dc:creator>
      <dc:date>2011-01-19T12:49:24Z</dc:date>
    </item>
    <item>
      <title>Pivot table export to Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-export-to-Excel/m-p/175639#M43980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the quick response. Where do I write this macro?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jan 2011 12:59:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-export-to-Excel/m-p/175639#M43980</guid>
      <dc:creator />
      <dc:date>2011-01-19T12:59:32Z</dc:date>
    </item>
    <item>
      <title>Pivot table export to Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-export-to-Excel/m-p/175640#M43981</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 don't feel that there is any way for putting Qlikview PIVOT into excel pivot but u can Right click the chart select Copy To Clipboard -&amp;gt; Full Table &amp;amp; paste it in excel &amp;amp; u can see all the values grouped in a cell. For doing it through macro.&lt;/P&gt;&lt;P&gt;set XLApp = CreateObject("Excel.Application")&lt;BR /&gt; XLApp.Visible = FALSE&lt;BR /&gt; set XLDoc = XLApp.Workbooks.Add&lt;/P&gt;&lt;P&gt;XLDoc.Sheets(1).name = "Supervisor Report"&lt;BR /&gt; set XLSheet = XLDoc.Worksheets(1)&lt;BR /&gt; set MyTable = ActiveDocument.GetSheetObject("CH550")&lt;BR /&gt; set XLSheet = XLDoc.Worksheets(1)&lt;BR /&gt; MyTable.CopyTableToClipboard true&lt;BR /&gt; XLSheet.Paste XLSheet.Range("B10")&lt;BR /&gt; XLDoc.SaveAs "C:\QlikView\Reports\" &amp;amp; strFileName &amp;amp; ".xlsx"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; XLApp.Visible = False&lt;BR /&gt; XLApp.Quit&lt;BR /&gt; Set XLApp = Nothing&lt;BR /&gt; Set Table = Nothing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jan 2011 13:04:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-export-to-Excel/m-p/175640#M43981</guid>
      <dc:creator>amars</dc:creator>
      <dc:date>2011-01-19T13:04:01Z</dc:date>
    </item>
    <item>
      <title>Pivot table export to Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-export-to-Excel/m-p/175641#M43982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for this. Where do I write this Macro. Can I assign a button to this so that the users can export it straight into Excel ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jan 2011 13:10:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-export-to-Excel/m-p/175641#M43982</guid>
      <dc:creator />
      <dc:date>2011-01-19T13:10:33Z</dc:date>
    </item>
    <item>
      <title>Pivot table export to Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-export-to-Excel/m-p/175642#M43983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Any one can pls Explain which action we can use to run this macro?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;vivek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jan 2011 13:32:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-export-to-Excel/m-p/175642#M43983</guid>
      <dc:creator />
      <dc:date>2011-01-19T13:32:12Z</dc:date>
    </item>
    <item>
      <title>Pivot table export to Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-export-to-Excel/m-p/175643#M43984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I am getting an error message "&lt;/P&gt;&lt;P&gt;ActiveX component can't create object: 'Excel.Application'&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jan 2011 14:46:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-export-to-Excel/m-p/175643#M43984</guid>
      <dc:creator />
      <dc:date>2011-01-19T14:46:49Z</dc:date>
    </item>
    <item>
      <title>Pivot table export to Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-export-to-Excel/m-p/175644#M43985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;reason behind this error is that MS office is not installed where you are running qlikview.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jan 2011 06:53:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-export-to-Excel/m-p/175644#M43985</guid>
      <dc:creator>suniljain</dc:creator>
      <dc:date>2011-01-20T06:53:07Z</dc:date>
    </item>
    <item>
      <title>Pivot table export to Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-export-to-Excel/m-p/175645#M43986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; how do you fix this without having to reinstall MS office in differ location&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2011 15:50:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-export-to-Excel/m-p/175645#M43986</guid>
      <dc:creator />
      <dc:date>2011-07-11T15:50:32Z</dc:date>
    </item>
    <item>
      <title>Pivot table export to Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-export-to-Excel/m-p/175646#M43987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in the macro windows (where you created it ) you have to set the permissions to system access and allows system access ( at the bottom left of the screen).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Philippe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2011 17:02:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-export-to-Excel/m-p/175646#M43987</guid>
      <dc:creator />
      <dc:date>2011-07-11T17:02:48Z</dc:date>
    </item>
    <item>
      <title>Pivot table export to Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-export-to-Excel/m-p/175647#M43988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the Action is External and then Run Macro&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Philippe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2011 17:04:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-export-to-Excel/m-p/175647#M43988</guid>
      <dc:creator />
      <dc:date>2011-07-11T17:04:40Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table export to Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-export-to-Excel/m-p/175648#M43989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;will this work in any browser?.. We have problem in using macro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2014 04:58:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-export-to-Excel/m-p/175648#M43989</guid>
      <dc:creator />
      <dc:date>2014-06-03T04:58:13Z</dc:date>
    </item>
  </channel>
</rss>

