Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Cannot call external module/macro from load script

Hi,

I'm trying to call an external module/macro (as described in http://community.qlik.com/message/1960#1960) from loadscript.

Is it supported ?

This post http://community.qlik.com/message/123280#123280 seems to say no, but it was 2 years ago....

See attached documents (I hope that it will help you to understand my question).

Thanks in advance

Sebastien

2 Replies
Not applicable
Author

Try using the CALL command in your load script to call an internal macro that calls an external one.

Not applicable
Author

Thanks Christopher

There is no more script error but the macro doesn't seems to be called (no return value but my macro has to return timer value).

Furthermore, I don't would like to avoid an external macro call from qvw's module (I don't want to edit module for each qvw file)