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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

is it possible to call a macro in the load script???

hi all,

Can anyone tell me that basically is it possible to call a macro in a load script of a qlikview application???

2 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

You can call vbscript (or javascript) functions from the load script, but not subs. You can find an example in this discussion: Re: Run Macro From Script


talk is cheap, supply exceeds demand
Not applicable
Author

ok.. thanks

I have got a huge application where I need to use the precalculated macro script.So this answer helps me to start off.Will see how far I can go