Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have a question for exporting chart data (Pivot Table) and importing the data again to produce a summary from that chart.
The problem is, I use button to Run the Macro and I've already tested it on my Qlikview Desktop and the file is generated. But when I access the document from the web and clicked the button. The button works but no file was generated.
Can anyone help me with this?
This is the macro that I used:
I've already done this as well:
In the Edit Module section this macro is in, I set the following fileds;
Requested Module Security: System Access
Current Local Security: Allow System Access
I then setup security Settings on the Qlikview Management Server.
[System] tab->[Setup] subtab->Select Server from the list.
[Security] tab on the server.
[Tick] Allow macro execution on server
[Tick] Allow unsafe macro execution on server
Clicked [Apply]
In access point, the macro runs i=under the credentials of the QV service account. This means that the service account needs access to whatever resources the macro uses and it needs the AD rights to execute batch files (ie not restricted in AD to services only).
Thank you Jontydkpi for the answer.
Can you provide me the example (Screenshot) to how to do this?
We are using Custom Directory and not Active Directory(AD) on QlikView.
Is there a solution for this? I don't know how to give permission to the Custom Directory .
I am not sure this is a permission issue, I think the macro is likely using the incorrect API for export in this case, you need to be sure the API is changed to the ServerSideExportEx, believe that may do the trick for you.
Regards,
Brett