<?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 to Excel Macro in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Export-to-Excel-Macro/m-p/857450#M300375</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have looked at that qvw document, but somehow the only macro related to Export Excel I found seemed very complicated and it did not work for me. But thanks for sharing that information &lt;A _jive_internal="true" href="https://community.qlik.com/people/RubenMarin"&gt;Ruben Marin&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Jun 2015 15:48:27 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2015-06-09T15:48:27Z</dc:date>
    <item>
      <title>Export to Excel Macro</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-Excel-Macro/m-p/857445#M300370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Qlikers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am in a need for a macro which would be linked to a button action to export a particular table box object into a Excel file. I have seen many Macros on the community, but I am finding it hard to configure them for my need. I was wondering if somebody can provide a working sample of a macro which does the above mentioned thing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your support.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2015 14:57:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-Excel-Macro/m-p/857445#M300370</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-06-09T14:57:27Z</dc:date>
    </item>
    <item>
      <title>Re: Export to Excel Macro</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-Excel-Macro/m-p/857446#M300371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a very simple export:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUB EXPORT&lt;BR /&gt; set sObject1 = ActiveDocument.GetSheetObject("CH_EXPORT")&lt;BR /&gt; sObject1.Export "E:\MyDoc.csv", ", "&lt;BR /&gt; end sub &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CH_EXPORT is the name of the object containing the data (Your table)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2015 15:03:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-Excel-Macro/m-p/857446#M300371</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2015-06-09T15:03:14Z</dc:date>
    </item>
    <item>
      <title>Re: Export to Excel Macro</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-Excel-Macro/m-p/857447#M300372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny, Alessandro answer is correct (as usual &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;). If you want more documentation there is an app with useful help about automation: &lt;A href="https://community.qlik.com/docs/DOC-2640"&gt;QlikView Core COM API Guide - Version 11&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2015 15:12:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-Excel-Macro/m-p/857447#M300372</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2015-06-09T15:12:49Z</dc:date>
    </item>
    <item>
      <title>Re: Export to Excel Macro</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-Excel-Macro/m-p/857448#M300373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is actually (at least) three more API-functions to do export:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ExportBIFF&lt;/P&gt;&lt;P&gt;ExportEx&lt;/P&gt;&lt;P&gt;ServerSideExportEx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which gives you a selection of more paramters and file-formats....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2015 15:20:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-Excel-Macro/m-p/857448#M300373</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-06-09T15:20:27Z</dc:date>
    </item>
    <item>
      <title>Re: Export to Excel Macro</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-Excel-Macro/m-p/857449#M300374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for a very quick response &lt;A _jive_internal="true" href="https://community.qlik.com/people/Alexandros17"&gt;Alessandro Saccone&lt;/A&gt;. What if I want to open the data in Excel instead of saving it? This way I can let the user save it wherever they like it to be saved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My another question is, will this button (with macro action) will work on the portal version or will this only work on the desktop version of the application?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2015 15:47:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-Excel-Macro/m-p/857449#M300374</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-06-09T15:47:16Z</dc:date>
    </item>
    <item>
      <title>Re: Export to Excel Macro</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-Excel-Macro/m-p/857450#M300375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have looked at that qvw document, but somehow the only macro related to Export Excel I found seemed very complicated and it did not work for me. But thanks for sharing that information &lt;A _jive_internal="true" href="https://community.qlik.com/people/RubenMarin"&gt;Ruben Marin&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2015 15:48:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-Excel-Macro/m-p/857450#M300375</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-06-09T15:48:27Z</dc:date>
    </item>
    <item>
      <title>Re: Export to Excel Macro</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-Excel-Macro/m-p/857451#M300376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your response &lt;A _jive_internal="true" href="https://community.qlik.com/people/petter-s"&gt;Petter Skjolden&lt;/A&gt;‌, Is there any place I can see examples of them being implemented? I need the macro to open the excel file instead of saving it in pre-defined location. Is that possible? and will the macro work on the portal as well?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2015 15:49:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-Excel-Macro/m-p/857451#M300376</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-06-09T15:49:56Z</dc:date>
    </item>
    <item>
      <title>Re: Export to Excel Macro</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-Excel-Macro/m-p/857452#M300377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you use the ServerSideExportEx it will be stored on the server as the API-function name implies. Then the location you store it to has to be a location that can be reached with a URL. That should be easy to configure or setup. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure if it is possible in the very same Macro to launch the URL though.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2015 15:59:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-Excel-Macro/m-p/857452#M300377</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-06-09T15:59:55Z</dc:date>
    </item>
    <item>
      <title>Re: Export to Excel Macro</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-Excel-Macro/m-p/857453#M300378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see attached in sheet1 export button..u have to modify a bit accordingly ur needs..but it won't work on access point,hopes helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2015 16:26:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-Excel-Macro/m-p/857453#M300378</guid>
      <dc:creator>buzzy996</dc:creator>
      <dc:date>2015-06-09T16:26:00Z</dc:date>
    </item>
    <item>
      <title>Re: Export to Excel Macro</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-Excel-Macro/m-p/857454#M300379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No the image Shiva, need to export out the data from a table box. Can the macro be edited to do that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2015 16:28:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-Excel-Macro/m-p/857454#M300379</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-06-09T16:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: Export to Excel Macro</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-Excel-Macro/m-p/857455#M300380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hope so,let me try.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2015 16:38:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-Excel-Macro/m-p/857455#M300380</guid>
      <dc:creator>buzzy996</dc:creator>
      <dc:date>2015-06-09T16:38:16Z</dc:date>
    </item>
    <item>
      <title>Re: Export to Excel Macro</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-Excel-Macro/m-p/857456#M300381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2015 16:39:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-Excel-Macro/m-p/857456#M300381</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-06-09T16:39:23Z</dc:date>
    </item>
    <item>
      <title>Re: Export to Excel Macro</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-Excel-Macro/m-p/857457#M300382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would take care in exporting from a table box, as unless you include a unique key against each row of data, a table box will only export the unique data values. So if your data has any duplicates, the table box will contain a single row for the duplicates not all rows.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2015 16:43:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-Excel-Macro/m-p/857457#M300382</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2015-06-09T16:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: Export to Excel Macro</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-Excel-Macro/m-p/857458#M300383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your response &lt;A _jive_internal="true" href="https://community.qlik.com/people/Colin_Albert"&gt;Colin Albert&lt;/A&gt;‌.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The users have been exporting the data from table box, the problem is that it has become too large for a desktop computer to handle is that, I thought that if they want to export it out, a macro might prove useful. But the macro that&amp;nbsp; &lt;STRONG style="font-size: 11.6999998092651px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/Alexandros17"&gt;Alexandros17&lt;/A&gt;&lt;/STRONG&gt; provided, somewhat does the job, but still takes a lot of time to do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am thinking of taking an alternate route where I only display the table box after a certain number of selections has been made.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if you or anyone else have other ideas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2015 16:49:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-Excel-Macro/m-p/857458#M300383</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-06-09T16:49:02Z</dc:date>
    </item>
    <item>
      <title>Re: Export to Excel Macro</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-Excel-Macro/m-p/857459#M300384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks guys for your input. I ended up using a calculation condition where I restricted the number of line items by 1,048,576 (which is the number of rows of data allowed to exported into a Excel). It seems to work for me and I think users will understand why I was required to do what I did.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2015 17:35:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-Excel-Macro/m-p/857459#M300384</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-06-09T17:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: Export to Excel Macro</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-Excel-Macro/m-p/857460#M300385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sunindia.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can configure the error messages on your chart to be more helpful to the users. When I add a row limit, I change the error message for "Calculation Condition Unfulfilled" to something like&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;='Please filter the data to select fewer than ' &amp;amp; $(vRowLimit) &amp;amp; ' rows to view this chart&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; You currently have ' &amp;amp;&amp;nbsp; num(count(data_field_name), '#,##0') &amp;amp; ' rows selected'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only drawback this can have is that the message font size cannot differ from the chart font size, so sometimes it is better to use a text box, with a conditional show, that overlays the chart to display this message, in addition to the calculation condition on the original chart.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2015 08:35:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-Excel-Macro/m-p/857460#M300385</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2015-06-10T08:35:24Z</dc:date>
    </item>
    <item>
      <title>Re: Export to Excel Macro</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-Excel-Macro/m-p/857461#M300386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny, the example of exportbiff for a tablebox is very simple, I would say it's too much easy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I read you touched the row-limit in Excel, maybe using csv you can avoid the limit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more customizations while exporting the excel I usually create a macro in Excel with the actions I want to do in my QV-Macro, then I use the code created in Excel as a base code to develop the macro.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2015 13:40:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-Excel-Macro/m-p/857461#M300386</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2015-06-10T13:40:40Z</dc:date>
    </item>
    <item>
      <title>Re: Export to Excel Macro</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-Excel-Macro/m-p/857462#M300387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey &lt;SPAN style="font-style: normal; font-size: 11.6999998092651px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; text-align: left; text-indent: 0px;"&gt;&lt;STRONG&gt;&lt;A href="https://community.qlik.com/people/RubenMarin"&gt;RubenMarin&lt;/A&gt;‌ &lt;/STRONG&gt;&lt;/SPAN&gt;thanks for your input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem is I have very limited expertise with Excel Macros or QV Macros (I wish I paid more attention to them while in school), so it would be hard for me to implement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Second issue with the Macro is that it won't allow the user to export from the portal, so I guess there is no point creating this Macro as half the users are going to view this application from the portal (as they only have viewer license)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2015 14:00:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-Excel-Macro/m-p/857462#M300387</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-06-10T14:00:38Z</dc:date>
    </item>
    <item>
      <title>Re: Export to Excel Macro</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-Excel-Macro/m-p/857463#M300388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This post has a good overview of the issues of macros with the Access Point.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3700"&gt;Macros are Bad&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2015 14:06:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-Excel-Macro/m-p/857463#M300388</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2015-06-10T14:06:00Z</dc:date>
    </item>
  </channel>
</rss>

