Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All, As we know export table into QVD by STORE command.
Store mytable into xyz.qvd (qvd);
Is there any other way to save the chart or table's data into QVD?
You can right-click a chart and click Export. QVD is one of the file options.
You can right-click a chart and click Export. QVD is one of the file options.
From API guide:
set tb = ActiveDocument.GetSheetObject("TB01")
tb.ServerSideExportEx "C:\test.xml" , ";" , 3 '0=HTML, 1=Text, 2=Bitmap, 3=XML, 4=QVD, 5=BIFF