Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Macros in Server

I created a macro to send email and created a button to run that. But the macro isn't working in Server. I also tried to display a message box, that one was also not working. I have granted the system access to macro in server as given in the thread macros not working on server. Thanks in advance

6 Replies
jerrysvensson
Partner - Specialist II
Partner - Specialist II

Macros like that will only work if you use Plugin, Webview(Ajax) will not work.

its_anandrjs
Champion III
Champion III

Did you also used the triggers for post reload on the document.

Regards

Anand

Not applicable
Author

How to do that? Could you please explain?

Not applicable
Author

I think I haven't. Could you please tell me how to do that?

jerrysvensson
Partner - Specialist II
Partner - Specialist II

Use Plugin as client (IE client), not Full Browser.

jonathandienst
Partner - Champion III
Partner - Champion III

The OnPostReload event does not fire for a server reload. Rather create an external task, dependent on the reload task, to send your email.

The client makes no difference as it is not involved in any way with a server reload.

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein