Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
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