<?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 Output Multiple Pivots to Excel in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Output-Multiple-Pivots-to-Excel/m-p/145212#M23962</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I try yr sample app and it gives me an error of "Active.X cannot create the object Excel.Application"&lt;/P&gt;&lt;P&gt;Active.X (?)&lt;/P&gt;&lt;P&gt;I am still working with version 9 but it's QlikView for Windows and not the IE app. I've also installed the OCX ...&lt;/P&gt;&lt;P&gt;Any idea what can be wrong?&lt;/P&gt;&lt;P&gt;Flavio&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Mar 2011 10:08:22 GMT</pubDate>
    <dc:creator>eiconsulting</dc:creator>
    <dc:date>2011-03-07T10:08:22Z</dc:date>
    <item>
      <title>Output Multiple Pivots to Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Output-Multiple-Pivots-to-Excel/m-p/145206#M23956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a sheet with 2 different pivot tables on it...&lt;/P&gt;&lt;P&gt;Pivot 1&lt;/P&gt;&lt;P&gt;Pivot 2&lt;/P&gt;&lt;P&gt;I want to export both to excel but keep them on the same excel file / sheet.&lt;/P&gt;&lt;P&gt;I know I can export a single table to excel using the following code...&lt;/P&gt;&lt;P&gt;&lt;B&gt;Set&lt;/B&gt; obj = ActiveDocument.GetSheetObject("CH400")&lt;/P&gt;&lt;P&gt;obj.SendToExcel&lt;/P&gt;&lt;P&gt;Anyone know how I can send both at the same time?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2009 18:08:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Output-Multiple-Pivots-to-Excel/m-p/145206#M23956</guid>
      <dc:creator>pkelly</dc:creator>
      <dc:date>2009-05-27T18:08:15Z</dc:date>
    </item>
    <item>
      <title>Output Multiple Pivots to Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Output-Multiple-Pivots-to-Excel/m-p/145207#M23957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Search in this forum, This type of question has been repeatedly posted in this forum.&lt;/P&gt;&lt;P&gt;I remember , i have answered couple of question like this in this forum. Unfortunately i dont have any sample application as of now.&lt;/P&gt;&lt;P&gt;Try searching the forum.&lt;/P&gt;&lt;P&gt;Cheers &lt;IMG alt="Beer" src="http://community.qlik.com/emoticons/emotion-22.gif" /&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;- Sridhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2009 19:43:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Output-Multiple-Pivots-to-Excel/m-p/145207#M23957</guid>
      <dc:creator />
      <dc:date>2009-05-27T19:43:15Z</dc:date>
    </item>
    <item>
      <title>Output Multiple Pivots to Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Output-Multiple-Pivots-to-Excel/m-p/145208#M23958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Sridhar , first thing I did was search the forum but have had no success.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have just found the following using the API Guide ...&lt;/P&gt;&lt;P&gt;*** Code Starts&lt;/P&gt;&lt;P&gt;&lt;B&gt;Set&lt;/B&gt; obj = ActiveDocument.GetSheetObject("CH400")&lt;/P&gt;&lt;P&gt;obj.ExportEx "c:\paul.xls" , 5&lt;/P&gt;&lt;P&gt;&lt;B&gt;Set&lt;/B&gt; obj = ActiveDocument.GetSheetObject("CH401")&lt;/P&gt;&lt;P&gt;obj.ExportEx "c:\paul.xls" , 5 , true&lt;/P&gt;&lt;P&gt;*** Code Ends&lt;/P&gt;&lt;P&gt;This creates the spreadsheet but I cannot get it to append - the true statement should append...&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2009 19:52:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Output-Multiple-Pivots-to-Excel/m-p/145208#M23958</guid>
      <dc:creator>pkelly</dc:creator>
      <dc:date>2009-05-27T19:52:37Z</dc:date>
    </item>
    <item>
      <title>Output Multiple Pivots to Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Output-Multiple-Pivots-to-Excel/m-p/145209#M23959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sridhar&lt;/P&gt;&lt;P&gt;Went back and did my search again and found one of the solutions you spoke about.&lt;/P&gt;&lt;P&gt;Used the following...&lt;/P&gt;&lt;P&gt;sub ExcelOutput&lt;/P&gt;&lt;P&gt;' Open Microsoft Excel and Add Worksheet&lt;/P&gt;&lt;P&gt;Set XLapp = CreateObject("Excel.Application")&lt;/P&gt;&lt;P&gt;XLapp.Visible = True&lt;/P&gt;&lt;P&gt;Set XLdoc = XLapp.Workbooks.Add&lt;/P&gt;&lt;P&gt;Set XLsheet = XLdoc.Worksheets(1)&lt;/P&gt;&lt;P&gt;' Copy Table 1&lt;/P&gt;&lt;P&gt;XLsheet.Range("A3").Select&lt;/P&gt;&lt;P&gt;Set obj = ActiveDocument.GetSheetObject("CH400")&lt;/P&gt;&lt;P&gt;obj.CopyTableToClipboard True&lt;/P&gt;&lt;P&gt;XLsheet.Paste&lt;/P&gt;&lt;P&gt;' Copy Table 2&lt;/P&gt;&lt;P&gt;XLsheet.Range("A15").Select&lt;/P&gt;&lt;P&gt;Set obj = ActiveDocument.GetSheetObject("CH401")&lt;/P&gt;&lt;P&gt;obj.CopyTableToClipboard True&lt;/P&gt;&lt;P&gt;XLsheet.Paste&lt;/P&gt;&lt;P&gt;' Rezise Columns&lt;/P&gt;&lt;P&gt;XLsheet.Cells.EntireColumn.AutoFit&lt;/P&gt;&lt;P&gt;XLsheet.Cells.EntireRow.AutoFit&lt;/P&gt;&lt;P&gt;End Sub&lt;/P&gt;&lt;P&gt;Thanks for your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2009 21:02:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Output-Multiple-Pivots-to-Excel/m-p/145209#M23959</guid>
      <dc:creator>pkelly</dc:creator>
      <dc:date>2009-05-27T21:02:39Z</dc:date>
    </item>
    <item>
      <title>Output Multiple Pivots to Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Output-Multiple-Pivots-to-Excel/m-p/145210#M23960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;k nice, but i sat yesterday and prepared one solution for you.&lt;/P&gt;&lt;P&gt;find the attachment.&lt;/P&gt;&lt;P style="font-weight: bold"&gt;- Sridhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2009 11:31:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Output-Multiple-Pivots-to-Excel/m-p/145210#M23960</guid>
      <dc:creator />
      <dc:date>2009-05-28T11:31:43Z</dc:date>
    </item>
    <item>
      <title>Output Multiple Pivots to Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Output-Multiple-Pivots-to-Excel/m-p/145211#M23961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sridhar,&lt;/P&gt;&lt;P&gt;Good Work.&lt;/P&gt;&lt;P&gt;The Application was very helpful to incorporate Different Summary reports under one Excel Sheet.&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Mandar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jan 2011 07:03:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Output-Multiple-Pivots-to-Excel/m-p/145211#M23961</guid>
      <dc:creator />
      <dc:date>2011-01-25T07:03:39Z</dc:date>
    </item>
    <item>
      <title>Output Multiple Pivots to Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Output-Multiple-Pivots-to-Excel/m-p/145212#M23962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I try yr sample app and it gives me an error of "Active.X cannot create the object Excel.Application"&lt;/P&gt;&lt;P&gt;Active.X (?)&lt;/P&gt;&lt;P&gt;I am still working with version 9 but it's QlikView for Windows and not the IE app. I've also installed the OCX ...&lt;/P&gt;&lt;P&gt;Any idea what can be wrong?&lt;/P&gt;&lt;P&gt;Flavio&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Mar 2011 10:08:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Output-Multiple-Pivots-to-Excel/m-p/145212#M23962</guid>
      <dc:creator>eiconsulting</dc:creator>
      <dc:date>2011-03-07T10:08:22Z</dc:date>
    </item>
    <item>
      <title>Output Multiple Pivots to Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Output-Multiple-Pivots-to-Excel/m-p/145213#M23963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you install MS Office on qlikview server ?.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Mar 2011 10:27:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Output-Multiple-Pivots-to-Excel/m-p/145213#M23963</guid>
      <dc:creator>suniljain</dc:creator>
      <dc:date>2011-03-07T10:27:37Z</dc:date>
    </item>
    <item>
      <title>Output Multiple Pivots to Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Output-Multiple-Pivots-to-Excel/m-p/145214#M23964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV class="ForumPostTitle ForumPostTitleInner"&gt;&lt;H3 class="ForumPostButtons"&gt;&lt;/H3&gt;&lt;DIV class="ForumPostButtons"&gt;Michael Solomovich replied on Sun, Oct 24 2010 8:38 AM&lt;/DIV&gt;&lt;DIV class="ForumPostButtons"&gt;&lt;BR /&gt;Verified by djpdon123&lt;/DIV&gt;&lt;DIV class="ForumPostButtons"&gt;&lt;/DIV&gt;&lt;DIV class="ForumPostButtons"&gt;***** ****** You have to allow system access to macro.&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Mar 2011 11:00:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Output-Multiple-Pivots-to-Excel/m-p/145214#M23964</guid>
      <dc:creator>eiconsulting</dc:creator>
      <dc:date>2011-03-07T11:00:30Z</dc:date>
    </item>
    <item>
      <title>Re: Output Multiple Pivots to Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Output-Multiple-Pivots-to-Excel/m-p/145215#M23965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sridhar,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Great example.I have kind of similar requirement.May be you can suggest me something.I want to export and save the object data as excel/text file based on selction made in another object.User makes aselection in a field then the object is exports as excel/text file and if user makes another selection again th esame object has to exported to same excel which was created before.Like incrementing the data one object based on different selections to same excel sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using the following VB script but it just replaces previously created file.I want to add the data to same excel/text file based on multiple selections by the user.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sub export&lt;BR /&gt;set tb2 = ActiveDocument.GetSheetObject("CH02")&lt;BR /&gt;tb2.AppendExport "C:\ProgramData\QlikTech\Documents\export.xls" , ";"&lt;BR /&gt;End sub &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;﻿&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;﻿Thank you in advance&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2012 19:25:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Output-Multiple-Pivots-to-Excel/m-p/145215#M23965</guid>
      <dc:creator />
      <dc:date>2012-03-29T19:25:20Z</dc:date>
    </item>
  </channel>
</rss>

