Skip to main content
Announcements
Defect acknowledgement with Nprinting Engine May 2022 SR2, please READ HERE
cancel
Showing results for 
Search instead for 
Did you mean: 
kkkumar82
Specialist III
Specialist III

Exporting chart in a qvw file to qvd

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.

fsv

0 Replies