Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

problem of Qlikview in Web

Hello

I have a problem of Qlikview.

My report(relationship) of good Qlikview foctionne on the waiter(server) but there are two buttons which execute macro of VBScript do not work on the report(relationship) in Web mode(fashion).

Is there a solution?

Thank you in advance

1 Reply
marcus_sommer

If you are using the ajax-client the most macros won't work: Macros are Bad

First of all, macros are run using Microsoft COM Automation. They will run client-side and work fine if you use the Desktop or the IE PlugIn, which both are Windows executables. But if you use the Ajax client, there are severe limitations since the macros now need to run on the server instead of on the client. For a server, there are both technical limitations and security implications that have forced us to restrict the capabilities of macros.

- Marcus