Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
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