Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello!
In my qvw i write this macro:
sub test
msgbox 123
end sub
And add execute this macro to button. When i press this button in qlikview (like Developer), i see box "123". When i try to press button in IE (like client) - nothing happens!
What i need to do to launch macro on the client side?
If you use Plugin as client this will work.
If you use Full browser Mode (Ajax) it will not work.
Any macro with MsgBox will fail.
Yes, i use IE plugin.
Why it does not work on AJAX?
And how to display the window for the client like "Msgbox" or "Wscript.Echo"?
I create a new qvw project, and macro
sub test
msgbox 123
end sub
work in qlikview and in IE!!!
But in old project not work...
I also tried
sub test1
ActiveDocument.GetApplication.MsgBox("Hello world")
end sub
in new project - work
in old project - not
Hi,
Macro's are not supported in Ajax mode