Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Execute Macro with OnPostReload using Publisher.

Hi,

I have an application which runs a macro OnPOstReload event and exports a table into qvd.

This works fine if i use a batch file and schedule it using windows scheduler.

My macro is not getting executed when i use publisher to relaod my application.

Please suggest a solution to this.

Also is it fine to schedule execution of a batch file using tasks in publisher?

Regards,

Utsav

1 Solution

Accepted Solutions
jerrysvensson
Partner - Specialist II
Partner - Specialist II

Hi

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.

View solution in original post

3 Replies
jerrysvensson
Partner - Specialist II
Partner - Specialist II

Hi

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.

Bill_Britt
Former Employee
Former Employee

Page 889 of the QlikView reference manual.

The following triggers are not to be used in the QlikView Server environment, since they lack meaning or

may cause unexpected results:

OnPostReduceData

OnPostReload

Bill

Bill - Principal Technical Support Engineer at Qlik
To help users find verified answers, please don't forget to use the "Accept as Solution" button on any posts that helped you resolve your problem or question.
etay_netintent
Partner - Contributor III
Partner - Contributor III

All of the above is true but....

it is possible to trigger macros via a VBS file.

Create a VBS file to run he macro and call it from external tasks after the reload is finished.