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: 
Anonymous
Not applicable

Macros not working in ajax, IE plugin but working in qv desktop

How to make it work?

20 Replies
Not applicable
Author

To debug in AJAX it is better to use assignement to variable, that is displayed in an interface object (TextBox). It works fine.

Expression in TextBox: "=Log"

In macros (syntax not checked): ActiveDocument.Variables("Log").SetContent "...message..." & Chr(13) & Chr(10), false