<?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 Question - using a macro to export data to an excel spreadsheet in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Question-using-a-macro-to-export-data-to-an-excel-spreadsheet/m-p/159671#M34230</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;With the below macro you can export the report to pdf ( it's the QlikviewPDF printer which you can download from QT)&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;/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;/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;sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;test1&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ActiveDocument.PrintReport&lt;/P&gt;&lt;P&gt;"RP01", "QlikViewPDF"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;end sub&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;it's sending RP01 to the QlikviewPDF printer, showing a popup menu where to save the report.&lt;/P&gt;&lt;P&gt;Also have a look at the api guide ( it's in the Qlikview folder : Documentation, here there is a lot of script available.&lt;/P&gt;&lt;P&gt;Goodluck!&lt;/P&gt;&lt;P&gt;Linda&lt;/P&gt;&lt;P&gt;sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Nov 2009 17:39:11 GMT</pubDate>
    <dc:creator>lmonincx</dc:creator>
    <dc:date>2009-11-20T17:39:11Z</dc:date>
    <item>
      <title>Question - using a macro to export data to an excel spreadsheet</title>
      <link>https://community.qlik.com/t5/QlikView/Question-using-a-macro-to-export-data-to-an-excel-spreadsheet/m-p/159670#M34229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone&lt;/P&gt;&lt;P&gt;I have a request to export a report to an excel spreadsheet. The department asking would like to press a button in QlikView where a report would be run for all companies in the application and exported to a specific folder. I have never tried any macros in the version we are running which is 8.5 and was wondering if it could be done without running a macro.&lt;/P&gt;&lt;P&gt;If I could get a hint on how to start with a macro or a smart way to use QlikView to export, this would be great (I heard the pdf module could be the answer but am not sure)&lt;/P&gt;&lt;P&gt;Thanks in advance for any comments.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Nov 2009 15:52:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-using-a-macro-to-export-data-to-an-excel-spreadsheet/m-p/159670#M34229</guid>
      <dc:creator />
      <dc:date>2009-11-20T15:52:07Z</dc:date>
    </item>
    <item>
      <title>Question - using a macro to export data to an excel spreadsheet</title>
      <link>https://community.qlik.com/t5/QlikView/Question-using-a-macro-to-export-data-to-an-excel-spreadsheet/m-p/159671#M34230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;With the below macro you can export the report to pdf ( it's the QlikviewPDF printer which you can download from QT)&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;/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;/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;sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;test1&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ActiveDocument.PrintReport&lt;/P&gt;&lt;P&gt;"RP01", "QlikViewPDF"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;end sub&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;it's sending RP01 to the QlikviewPDF printer, showing a popup menu where to save the report.&lt;/P&gt;&lt;P&gt;Also have a look at the api guide ( it's in the Qlikview folder : Documentation, here there is a lot of script available.&lt;/P&gt;&lt;P&gt;Goodluck!&lt;/P&gt;&lt;P&gt;Linda&lt;/P&gt;&lt;P&gt;sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Nov 2009 17:39:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-using-a-macro-to-export-data-to-an-excel-spreadsheet/m-p/159671#M34230</guid>
      <dc:creator>lmonincx</dc:creator>
      <dc:date>2009-11-20T17:39:11Z</dc:date>
    </item>
    <item>
      <title>Question - using a macro to export data to an excel spreadsheet</title>
      <link>https://community.qlik.com/t5/QlikView/Question-using-a-macro-to-export-data-to-an-excel-spreadsheet/m-p/159672#M34231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Jeanne,&lt;BR /&gt;&lt;BR /&gt;I have clients who need to create reports in Excel from QlikView documents as well. They're using an app which seems pretty solid. It lets you create excel templates into which you drag and drop fields from the qlik document. No macros required.&lt;BR /&gt;&lt;BR /&gt;The website is:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.nprinting.com/tutorials.php?utm_source=NPrinting&amp;amp;utm_medium=QlikCommunity&amp;amp;utm_term=20091125&amp;amp;utm_content=using_macro_export_data_excel&amp;amp;utm_campaign=Launch"&gt;http://www.nprinting.com/tutorials.php&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;and you can download a free trial here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.nprinting.com/freetrial.php?utm_source=NPrinting&amp;amp;utm_medium=QlikCommunity&amp;amp;utm_term=20091125&amp;amp;utm_content=using_macro_export_data_excel&amp;amp;utm_campaign=Launch"&gt;http://www.nprinting.com/freetrial.php&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Joseph&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2009 23:43:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-using-a-macro-to-export-data-to-an-excel-spreadsheet/m-p/159672#M34231</guid>
      <dc:creator />
      <dc:date>2009-11-25T23:43:09Z</dc:date>
    </item>
  </channel>
</rss>

