I have a QlikView application, create a macro where I activate it with a button and when I click it it exports me a txt file and saves it in a route.
Locally, the export works correctly, but when I publish the APP on the QVS server, I open the application and I can not extract the txt file when I click it, it is not saved in the path specified in the macros.
Now I already investigate and install the IE Plugin, I still do not succeed
I have a Server v11.20 and download a plugin with the same version v11.20.
before installing the plugin it did not allow to show the APP, once it is installed it allows to visualize in Access Point.
So what I want is when my users log in from the Access Point, click the button, export the txt file in their machines, storing it in the path that was specified in the macros.
Please, I do not know how to resolve this issue, what should I do to make it work?
It is possible to use a function call called ServerSideExportEx. If you use that both Desktop use and Server (AccessPoint) can work for you.
Have you used this function or another one?
NOTE:
When using the ServerSideExportEx the path you specify is the local drives of the server. So to get access to the file after export the folder (path) has to be shared on the network so it can be accessed by the user.