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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
mikelees80
Contributor
Contributor

Script to run Marco from Qvw as QMC doesn't work

have the a Marco that runs fine via the GUI using OnPostReload Trigger. All this Marco does is save a Chart to a QVD as I need this data for another QVW

sub straighttoqvd

set obj = ActiveDocument.GetSheetObject("CH01")

obj.ExportEx "StarRanking.qvd",4

end sub

From reading other Posts I know that the OnPostReload doesn't work via the QMC.

Has anyone got a work around to use this Marco after the QMC load because this QVW isn't client facing so won't be opening

0 Replies