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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
kkkumar82
Specialist III
Specialist III

Export a chart into qvd using Nprinting

Hi All,

I have a requirement like exporting a chart to qvd once the file reloading is completed.

I have tried with OnPostReload Trigger to run a macro

like below

sub straighttoqvd

FilePath = ActiveDocument.GetVariable("vSiteSurveys").GetContent.String

    set obj = ActiveDocument.GetSheetObject("CH01")

    obj.ExportEx FilePath &"\StarRanking.qvd",4

end sub

I am able to create a qvd when manually reloading the qvw but when the qvw is scheduled in QMC , the qvd is not created, gone through

some posts where came to know that we cannot run a macro in "OnPostReload" trigger.

I would like to check if there are any options in Nprinting, where when the qvw file is refreshed I should be able to create a qvd of a chart in that qvw file.

Hope I am clear in my requirement.

Labels (1)
0 Replies