<?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 in HTML mode in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Export-to-Excel-in-HTML-mode/m-p/798394#M1039940</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your help &lt;SPAN class="replyToName"&gt;Gysbert,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="replyToName"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="replyToName"&gt;Do you think would be better use JScript for this task?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Dec 2014 15:00:04 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-12-29T15:00:04Z</dc:date>
    <item>
      <title>Export to Excel in HTML mode</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-Excel-in-HTML-mode/m-p/798392#M1039938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been ask by a client to enable the pivot table to be export its data to Excel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used the following vbscript (part of it, the most important):&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;STRONG&gt;sub exportToExcel_Variant1&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt; Dim aryExport(0,3)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt; aryExport(0,0) = "CH181" &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt; aryExport(0,1) = "Data Export" &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) = "data"&lt;/STRONG&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;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;In the the development, the button (script) works fine, the problem is when I tested in the web mode it doesnt work.&lt;/SPAN&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;SPAN style="font-size: 10pt;"&gt;Can someone help me with this issue please?&lt;/SPAN&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;SPAN style="font-size: 10pt;"&gt;Many thanks!!!&lt;/SPAN&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;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Dec 2014 14:28:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-Excel-in-HTML-mode/m-p/798392#M1039938</guid>
      <dc:creator />
      <dc:date>2014-12-29T14:28:58Z</dc:date>
    </item>
    <item>
      <title>Re: Export to Excel in HTML mode</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-Excel-in-HTML-mode/m-p/798393#M1039939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Macro's with code like that don't work in the ajax client. The server simply cannot execute code on the client. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Dec 2014 14:47:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-Excel-in-HTML-mode/m-p/798393#M1039939</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-12-29T14:47:53Z</dc:date>
    </item>
    <item>
      <title>Re: Export to Excel in HTML mode</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-Excel-in-HTML-mode/m-p/798394#M1039940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your help &lt;SPAN class="replyToName"&gt;Gysbert,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="replyToName"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="replyToName"&gt;Do you think would be better use JScript for this task?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Dec 2014 15:00:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-Excel-in-HTML-mode/m-p/798394#M1039940</guid>
      <dc:creator />
      <dc:date>2014-12-29T15:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: Export to Excel in HTML mode</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-Excel-in-HTML-mode/m-p/798395#M1039941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, the server cannot execute code on the client. It does not matter if the code is vbscript or javascript. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Dec 2014 15:02:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-Excel-in-HTML-mode/m-p/798395#M1039941</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-12-29T15:02:54Z</dc:date>
    </item>
  </channel>
</rss>

