<?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 Initiating &amp;quot;Send to Excel&amp;quot; from URL in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Initiating-quot-Send-to-Excel-quot-from-URL/m-p/614157#M682249</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to initiate the function "Send to Excel" from the web-Client. Anybody got any ideas how this can be done?&lt;/P&gt;&lt;P&gt;It's no problem manually right-clicking to get the context-meny in the AJAX-pivot area and choose "Send to Excel", but I want to script this from PowerShell (or AutoIt), and need a parameter in the URL to start the function...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Apr 2014 12:29:48 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-04-08T12:29:48Z</dc:date>
    <item>
      <title>Initiating "Send to Excel" from URL</title>
      <link>https://community.qlik.com/t5/QlikView/Initiating-quot-Send-to-Excel-quot-from-URL/m-p/614157#M682249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to initiate the function "Send to Excel" from the web-Client. Anybody got any ideas how this can be done?&lt;/P&gt;&lt;P&gt;It's no problem manually right-clicking to get the context-meny in the AJAX-pivot area and choose "Send to Excel", but I want to script this from PowerShell (or AutoIt), and need a parameter in the URL to start the function...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2014 12:29:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Initiating-quot-Send-to-Excel-quot-from-URL/m-p/614157#M682249</guid>
      <dc:creator />
      <dc:date>2014-04-08T12:29:48Z</dc:date>
    </item>
    <item>
      <title>Re: Initiating "Send to Excel" from URL</title>
      <link>https://community.qlik.com/t5/QlikView/Initiating-quot-Send-to-Excel-quot-from-URL/m-p/614158#M682250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is unfortunately no built-in Actions for that.&lt;/P&gt;&lt;P&gt;Do it when reloading the application instead. Can be done by using the API, ServersideExportEx() for instance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2014 13:00:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Initiating-quot-Send-to-Excel-quot-from-URL/m-p/614158#M682250</guid>
      <dc:creator>jerrysvensson</dc:creator>
      <dc:date>2014-04-08T13:00:15Z</dc:date>
    </item>
    <item>
      <title>Re: Initiating "Send to Excel" from URL</title>
      <link>https://community.qlik.com/t5/QlikView/Initiating-quot-Send-to-Excel-quot-from-URL/m-p/614159#M682251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you explain that a bit? My only connection to QlikView is by web-browser...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2014 13:07:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Initiating-quot-Send-to-Excel-quot-from-URL/m-p/614159#M682251</guid>
      <dc:creator />
      <dc:date>2014-04-08T13:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: Initiating "Send to Excel" from URL</title>
      <link>https://community.qlik.com/t5/QlikView/Initiating-quot-Send-to-Excel-quot-from-URL/m-p/614160#M682252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I assumed you were a developer. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;When you reload the application (fetch data), you can trigger a macro to export to excel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Talk to the developers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2014 13:14:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Initiating-quot-Send-to-Excel-quot-from-URL/m-p/614160#M682252</guid>
      <dc:creator>jerrysvensson</dc:creator>
      <dc:date>2014-04-08T13:14:34Z</dc:date>
    </item>
    <item>
      <title>Re: Initiating "Send to Excel" from URL</title>
      <link>https://community.qlik.com/t5/QlikView/Initiating-quot-Send-to-Excel-quot-from-URL/m-p/614161#M682253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What you could try, is to pass a variable value in the URL and then trigger an action based on the variable change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the URL you can add the variable as int he example below;&lt;/P&gt;&lt;P&gt;qvp://localhost/MyApp.qvw?vMyVariable=0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no built-in action that allows an Excel export, so the best option could be a ServerSideExportEx macro. The macro is defined in the QlikView macro editor, press Ctrl+M when you are in the QlikView&amp;nbsp; desktop client. This macro will however store the export on file on the server side, which I guess is a feasible solution if you execute the export from a PowerShell script.&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;You can find the ServerSideExportEx definition in the API guide; &lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;A href="https://community.qlik.com/docs/DOC-2640"&gt;QlikView Core COM API Guide - Version 11&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2014 13:26:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Initiating-quot-Send-to-Excel-quot-from-URL/m-p/614161#M682253</guid>
      <dc:creator>ToniKautto</dc:creator>
      <dc:date>2014-04-08T13:26:21Z</dc:date>
    </item>
  </channel>
</rss>

