Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Run macro on a Client-Side

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?

4 Replies
jerrysvensson
Partner - Specialist II
Partner - Specialist II

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.

Not applicable
Author

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"?

Not applicable
Author

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

sushil353
Master II
Master II

Hi,

Macro's are not supported in Ajax mode