<?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 Execute Macro with OnPostReload using Publisher. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Execute-Macro-with-OnPostReload-using-Publisher/m-p/418210#M1304245</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an application which runs a macro OnPOstReload event and exports a table into qvd.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works fine if i use a batch file and schedule it using windows scheduler.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My macro is not getting executed when i use publisher to relaod my application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest a solution to this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also is it fine to schedule execution of a batch file using tasks in publisher?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Utsav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
    <dc:creator />
    <dc:date>2026-01-26T18:19:17Z</dc:date>
    <item>
      <title>Execute Macro with OnPostReload using Publisher.</title>
      <link>https://community.qlik.com/t5/QlikView/Execute-Macro-with-OnPostReload-using-Publisher/m-p/418210#M1304245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an application which runs a macro OnPOstReload event and exports a table into qvd.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works fine if i use a batch file and schedule it using windows scheduler.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My macro is not getting executed when i use publisher to relaod my application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest a solution to this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also is it fine to schedule execution of a batch file using tasks in publisher?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Utsav&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/Execute-Macro-with-OnPostReload-using-Publisher/m-p/418210#M1304245</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Execute Macro with OnPostReload using Publisher.</title>
      <link>https://community.qlik.com/t5/QlikView/Execute-Macro-with-OnPostReload-using-Publisher/m-p/418211#M1304247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Publisher doesn't execute macros. The only way to do this is to create an external program task. Like setting it up in Windows scheduler. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2013 07:39:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Execute-Macro-with-OnPostReload-using-Publisher/m-p/418211#M1304247</guid>
      <dc:creator>jerrysvensson</dc:creator>
      <dc:date>2013-02-08T07:39:36Z</dc:date>
    </item>
    <item>
      <title>Re: Execute Macro with OnPostReload using Publisher.</title>
      <link>https://community.qlik.com/t5/QlikView/Execute-Macro-with-OnPostReload-using-Publisher/m-p/418212#M1304250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Page 889 of the QlikView reference manual.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following triggers are not to be used in the QlikView Server environment, since they lack meaning or&lt;/P&gt;&lt;P&gt;may cause unexpected results:&lt;/P&gt;&lt;P&gt;OnPostReduceData&lt;/P&gt;&lt;P&gt;OnPostReload&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bill&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2013 13:23:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Execute-Macro-with-OnPostReload-using-Publisher/m-p/418212#M1304250</guid>
      <dc:creator>Bill_Britt</dc:creator>
      <dc:date>2013-02-08T13:23:40Z</dc:date>
    </item>
    <item>
      <title>Re: Execute Macro with OnPostReload using Publisher.</title>
      <link>https://community.qlik.com/t5/QlikView/Execute-Macro-with-OnPostReload-using-Publisher/m-p/418213#M1304254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All of the above is true but....&lt;/P&gt;&lt;P&gt;it is possible to trigger macros via a VBS file.&lt;/P&gt;&lt;P&gt;Create a VBS file to run he macro and call it from external tasks after the reload is finished.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Jan 2014 09:52:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Execute-Macro-with-OnPostReload-using-Publisher/m-p/418213#M1304254</guid>
      <dc:creator>etay_netintent</dc:creator>
      <dc:date>2014-01-05T09:52:43Z</dc:date>
    </item>
  </channel>
</rss>

