Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi everyone.
I have a macro that basically exports data coming from a chart in a QlikView application and sends that export by mail.
On my PC, using QlikView Desktop it works fine. My problem is when i upload the project in QlikView Server. When i try to reload the project from the server, nothing happens, the macro does not run.I'm using onPostReload as a trigger on the project.
We don't have QlikView Publisher.
Is it possible to do this thing without it ?
Are you using AJAX client?
Hi,
Check below link.
There is a limitation on Macro usage on QlikView Server.
http://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/UsingMacrosonQVS.htm
Regards,
Kaushik Solanki
Not sure. How can I check for it ?
I just placed the project on the server and on QMC I have allowed both options to Allow macro execution on server and Allow unsafe macro execution on server.
Thanks for the reply Kaushnik.
I have seen the link, and it looks like the onPostReload is not allowed or suggested to be used in the server.
"The following triggers are not to be used in the QlikView Server environment, since they lack meaning or may cause unexpected results:
OnPostReduceData
OnPostReload"
Not sure if there is another way to accomplish this.