<?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: Export Multiple Charts to Excel in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Export-Multiple-Charts-to-Excel/m-p/1768682#M718329</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I managed to solve the problem above using the code found in&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/QlikView-Scripting/Exporting-multiple-objects-to-multiple-Excel-sheets/td-p/1314211" target="_blank" rel="noopener"&gt;https://community.qlik.com/t5/QlikView-Scripting/Exporting-multiple-objects-to-multiple-Excel-sheets/td-p/1314211&lt;/A&gt;&lt;/P&gt;&lt;P&gt;or in&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/QlikView-Documents/Export-Qlikview-objects-to-multiple-Excel-sheet/ta-p/1482334" target="_blank" rel="noopener"&gt;https://community.qlik.com/t5/QlikView-Documents/Export-Qlikview-objects-to-multiple-Excel-sheet/ta-p/1482334&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 15 Dec 2020 16:59:56 GMT</pubDate>
    <dc:creator>ND1</dc:creator>
    <dc:date>2020-12-15T16:59:56Z</dc:date>
    <item>
      <title>Export Multiple Charts to Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Export-Multiple-Charts-to-Excel/m-p/1764698#M718324</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;I'm trying to export 6 line charts to the same excel and sheet, as images.&lt;BR /&gt;&lt;BR /&gt;I tried something like:&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;sub exportToExcel&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Dim aryExport(1,3)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;aryExport(0,0) = "CH01"&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;aryExport(0,1) = "Sales"&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;aryExport(0,2) = "A1"&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;aryExport(0,3) = "image"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;aryExport(1,0) = "CH02"&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;aryExport(1,1) = "Sales"&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;aryExport(1,2) = "A14"&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;aryExport(1,3) = "image"&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Dim objExcelWorkbook 'as Excel.Workbook&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Set objExcelWorkbook = copyObjectsToExcelSheet(ActiveDocument, aryExport)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;end sub&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;As I read in previous posts, but It didn't work.&lt;BR /&gt;I want in the excel the 6 images to be displayed as 2x3.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Nov 2020 12:51:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-Multiple-Charts-to-Excel/m-p/1764698#M718324</guid>
      <dc:creator>ND1</dc:creator>
      <dc:date>2020-11-26T12:51:38Z</dc:date>
    </item>
    <item>
      <title>Re: Export Multiple Charts to Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Export-Multiple-Charts-to-Excel/m-p/1764701#M718325</link>
      <description>&lt;P&gt;did you check this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/QlikView-App-Development/How-can-we-export-the-multiple-charts-to-excel-with-an-single/td-p/469628" target="_blank"&gt;https://community.qlik.com/t5/QlikView-App-Development/How-can-we-export-the-multiple-charts-to-excel-with-an-single/td-p/469628&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Nov 2020 12:56:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-Multiple-Charts-to-Excel/m-p/1764701#M718325</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2020-11-26T12:56:49Z</dc:date>
    </item>
    <item>
      <title>Re: Export Multiple Charts to Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Export-Multiple-Charts-to-Excel/m-p/1764717#M718326</link>
      <description>&lt;P&gt;Thank you for the reply,&lt;BR /&gt;&lt;BR /&gt;I tried this with the following 2 objects.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Img1.PNG" style="width: 448px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/44872iEA030A9092C2551C/image-dimensions/448x187?v=v2" width="448" height="187" role="button" title="Img1.PNG" alt="Img1.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;by writing:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sub ExportExcel&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;SET excelFile = CreateObject("Excel.Application")&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;excelFile.Visible = true &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;SET XLDoc = excelFile.Workbooks.Add&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;SET XLSheet = XLDoc.Worksheets(1)&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;ActiveDocument.GetSheetObject("CH01").CopyTableToClipboard true&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;XLSheet.Paste XLSheet.Range("A1")&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;ActiveDocument.GetSheetObject("CH02").CopyTableToClipboard true&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;XLSheet.Paste XLSheet.Range("A10")&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;excelFile.Visible = True&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;End Sub&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;And the result is:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Result.PNG" style="width: 210px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/44873i1EEDD1E5E19D431A/image-dimensions/210x296?v=v2" width="210" height="296" role="button" title="Result.PNG" alt="Result.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Nov 2020 13:34:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-Multiple-Charts-to-Excel/m-p/1764717#M718326</guid>
      <dc:creator>ND1</dc:creator>
      <dc:date>2020-11-26T13:34:20Z</dc:date>
    </item>
    <item>
      <title>Re: Export Multiple Charts to Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Export-Multiple-Charts-to-Excel/m-p/1764754#M718327</link>
      <description>&lt;P&gt;So, among different ways that do work regarding the "export", my main problem is that I don't get images.|&lt;BR /&gt;&lt;BR /&gt;I also tried, as shown in the 1st post, what is described here:&lt;BR /&gt;&lt;A href="http://www.qlikblog.at/971/qliktip-32-exporting-multiple-objects-single-excel-document/" target="_blank"&gt;http://www.qlikblog.at/971/qliktip-32-exporting-multiple-objects-single-excel-document/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;where images are exported, but it didn't work.&lt;BR /&gt;&lt;BR /&gt;I'm not familiar with Macro commands, so I don't really understand what I should write.&lt;BR /&gt;&lt;BR /&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 26 Nov 2020 14:50:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-Multiple-Charts-to-Excel/m-p/1764754#M718327</guid>
      <dc:creator>ND1</dc:creator>
      <dc:date>2020-11-26T14:50:21Z</dc:date>
    </item>
    <item>
      <title>Re: Export Multiple Charts to Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Export-Multiple-Charts-to-Excel/m-p/1765181#M718328</link>
      <description>&lt;P&gt;Thanks for the update and quick reply. I'll be sure to keep an eye on this thread. Looking for the same issue. Bumped into your thread. Thanks for creating it. Looking forward for solution&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Dec 2020 06:52:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-Multiple-Charts-to-Excel/m-p/1765181#M718328</guid>
      <dc:creator>Lortonnn</dc:creator>
      <dc:date>2020-12-01T06:52:02Z</dc:date>
    </item>
    <item>
      <title>Re: Export Multiple Charts to Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Export-Multiple-Charts-to-Excel/m-p/1768682#M718329</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I managed to solve the problem above using the code found in&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/QlikView-Scripting/Exporting-multiple-objects-to-multiple-Excel-sheets/td-p/1314211" target="_blank" rel="noopener"&gt;https://community.qlik.com/t5/QlikView-Scripting/Exporting-multiple-objects-to-multiple-Excel-sheets/td-p/1314211&lt;/A&gt;&lt;/P&gt;&lt;P&gt;or in&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/QlikView-Documents/Export-Qlikview-objects-to-multiple-Excel-sheet/ta-p/1482334" target="_blank" rel="noopener"&gt;https://community.qlik.com/t5/QlikView-Documents/Export-Qlikview-objects-to-multiple-Excel-sheet/ta-p/1482334&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Dec 2020 16:59:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-Multiple-Charts-to-Excel/m-p/1768682#M718329</guid>
      <dc:creator>ND1</dc:creator>
      <dc:date>2020-12-15T16:59:56Z</dc:date>
    </item>
  </channel>
</rss>

