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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Export table into QVD - other than STORE

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?

1 Solution

Accepted Solutions
Colin-Albert
Partner - Champion
Partner - Champion

You can right-click a chart and click Export. QVD is one of the file options.

View solution in original post

2 Replies
Colin-Albert
Partner - Champion
Partner - Champion

You can right-click a chart and click Export. QVD is one of the file options.

jerrysvensson
Partner - Specialist II
Partner - Specialist II

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