Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
ali_hijazi
Partner - Master II
Partner - Master II

PostReload Trigger

Hello

I got a QVW file and I'm running a macro on the PostReload trigger

this macro takes a pivot table and exports it to excel to a specific folder location...

this trigger is working fine if I reload the document manually however when I publish the document to the QlikView server (i created a task that simply reloads the document) however the post reload trigger is not fired

Please advise as I need this functionality that I created via the macro on every successful reload

I can walk on water when it freezes
5 Replies
Anonymous
Not applicable

Try reloading with windows scheduler. Might be that QT sees post-reload functionality on the server as the mandate of the publisher product.

Jonathan

rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

OnPostReload will not work reliably when reload is done from QVServer. From the 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

-Rob

Not applicable

Hey,

I am using a similar macro.

I am using windows BATCH file to reload my application.

you can use /r or /l function to relaod your application.

Hope it helps,

Utsav

ali_hijazi
Partner - Master II
Partner - Master II
Author

may you please send me the complete syntax of what should be written in the batch file

knowing that the document has section access!!

I can walk on water when it freezes
Not applicable

http://community.qlik.com/message/146259#146259

please refer to this discussion,

hope it helps

Utsav