we have a small application in which we created a button and applied macro to export the straight table data to an excel sheet. it all fine on desktop.
when i open the same document on access point, Export button does not work.
the path for the Excel destination after export is C:\Temp\test.xlsx. we are Using Qlikview 11.20 (IE plugin is installed by default???).
i have read lot of posts in the community and tried few things like provided system access to Macro, IE settings etc..
but nothing worked for me. our application link looks something like below:
There is no way that a macro that runs on a server will create an excel instance in code on the users local workstation. The server has no access to the users local workstation. Therefore that kind of macro will not work in documents deployed on the access point. Use something like NPrinting instead.