Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have one simple macro to take input and show message using vbscript.
When I am doing Web View its not working no response on button click for the external action set for run Macro.
But when I off the web view then it works fine.
I am using QlikView 11 SR1, Window7 IE9.
I have set "Allow System Access" in Macro.
Can anyone tell me where I am lagging?
Thanks in advance
Regards
WebView simulates AJAX access, and msgbox doesn't work under AJAX.
If you want to show a message to the user, and if your user will access the app via AJAX, you must create a textbox in the app and use conditional show...
You can not use Macros in the web client, only the plug-in.