Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Try reloading with windows scheduler. Might be that QT sees post-reload functionality on the server as the mandate of the publisher product.
Jonathan
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
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
may you please send me the complete syntax of what should be written in the batch file
knowing that the document has section access!!