Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Try using the CALL command in your load script to call an internal macro that calls an external one.
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)