<?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: Onpostreload and export to html in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Onpostreload-and-export-to-html/m-p/176288#M1311437</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi XXX&lt;/P&gt;&lt;P&gt;Have you tried the macro ServerSideExport? Or ServerSideExportEx.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Jan 2013 07:24:32 GMT</pubDate>
    <dc:creator>jerrysvensson</dc:creator>
    <dc:date>2013-01-28T07:24:32Z</dc:date>
    <item>
      <title>Onpostreload and export to html</title>
      <link>https://community.qlik.com/t5/QlikView/Onpostreload-and-export-to-html/m-p/176284#M1311423</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 want to make a trigger every night at 00:00 automatically reload the whole document and export to html format.&lt;/P&gt;&lt;P&gt;But it isn't working. How can I do? What must I do on qlikview management console?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sub ExportAsHTML&lt;/P&gt;&lt;P&gt;ActiveDocument.GetSheetObject( "CH01" ).ExportHtml "C:\Users\aidata\test.htm"&lt;/P&gt;&lt;P&gt;end sub&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Onpostreload-and-export-to-html/m-p/176284#M1311423</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Onpostreload and export to html</title>
      <link>https://community.qlik.com/t5/QlikView/Onpostreload-and-export-to-html/m-p/176285#M1311427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your issue is that you are trying to run a macro on QVS. Macros can only be run on clients, not on the server. So if you need this macro to be called, you need to do the following:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Make sure that your htm file exists and the Publisher account has &lt;STRONG&gt;write&lt;/STRONG&gt; access to it&lt;/LI&gt;&lt;LI&gt;Changing your sub to run OnPostReload() should make sure that the HTML export occurs every reload&lt;/LI&gt;&lt;LI&gt;Create a Publisher task to reload the QVW on a schedule &amp;amp; base any relevant dependencies off this task&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;That should do the trick.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Dec 2009 11:54:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Onpostreload-and-export-to-html/m-p/176285#M1311427</guid>
      <dc:creator>vgutkovsky</dc:creator>
      <dc:date>2009-12-12T11:54:23Z</dc:date>
    </item>
    <item>
      <title>Onpostreload and export to html</title>
      <link>https://community.qlik.com/t5/QlikView/Onpostreload-and-export-to-html/m-p/176286#M1311431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Hi ,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I am getting the error as "Error in writing " when i am trying to export the chart as the HTML page through macro. How ever if i am trying to export the table or the list box as the html Page it is working fine. Is the functionality ExportHTML is applicable only to the Table and list box. And not applicable to the Charts. Please correct me if i am wrong.&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>Fri, 26 Nov 2010 12:46:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Onpostreload-and-export-to-html/m-p/176286#M1311431</guid>
      <dc:creator />
      <dc:date>2010-11-26T12:46:57Z</dc:date>
    </item>
    <item>
      <title>Re: Onpostreload and export to html</title>
      <link>https://community.qlik.com/t5/QlikView/Onpostreload-and-export-to-html/m-p/176287#M1311435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there any way to execute that macro withought owning QV publisher???&lt;BR /&gt;My company only has the qlikview server installed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jan 2013 15:08:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Onpostreload-and-export-to-html/m-p/176287#M1311435</guid>
      <dc:creator />
      <dc:date>2013-01-25T15:08:14Z</dc:date>
    </item>
    <item>
      <title>Re: Onpostreload and export to html</title>
      <link>https://community.qlik.com/t5/QlikView/Onpostreload-and-export-to-html/m-p/176288#M1311437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi XXX&lt;/P&gt;&lt;P&gt;Have you tried the macro ServerSideExport? Or ServerSideExportEx.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jan 2013 07:24:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Onpostreload-and-export-to-html/m-p/176288#M1311437</guid>
      <dc:creator>jerrysvensson</dc:creator>
      <dc:date>2013-01-28T07:24:32Z</dc:date>
    </item>
    <item>
      <title>Re: Onpostreload and export to html</title>
      <link>https://community.qlik.com/t5/QlikView/Onpostreload-and-export-to-html/m-p/176289#M1311439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kavrosda:&lt;/P&gt;&lt;P&gt;If you install a developer on the server you can use Windows Task scheduler to run qv.exe as a batch job.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;syntax : qv.exe /r &amp;lt;appname.qvw&amp;gt;&lt;/P&gt;&lt;P&gt;This will trigger the macro.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jan 2013 07:26:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Onpostreload-and-export-to-html/m-p/176289#M1311439</guid>
      <dc:creator>jerrysvensson</dc:creator>
      <dc:date>2013-01-28T07:26:25Z</dc:date>
    </item>
  </channel>
</rss>

