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: 
syukyo_zhu
Creator III
Creator III

macro

Hi,

i write some macro for export to excel.

i want to call macro from edit script, i look for information about it in this community, but it seems that i can just call function but not sub.

So has anyone found a solution for call macro from edit script.


Thansk

4 Replies
Chanty4u
MVP
MVP

syukyo_zhu
Creator III
Creator III
Author

thanks chanty,

but i write macro directly in qlikview, it's not external programme

marcus_sommer

Yes you could only use macro-functions within the script and for the most aspects of a data-transforming they are quite sufficient. Other things like accessing files or exporting anything and similar won't be possible - then for all these things you would need an ActiveDocument which didn't exists untill the load-process has finished.

- Marcus

syukyo_zhu
Creator III
Creator III
Author

Thanks marcus.

I will try other solutions