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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to turn .qvd file to .csv, .xls, or some other data format

Im having some trouble getting my results on qlikview, and i would like to preprocess the data, so i can order it certain way that works for me.

IS it possible?.

thanks

7 Replies
Not applicable
Author

Load the qvd fields into a straight table, then click the send to excel button.

Not applicable
Author

Hi Mariana,

Yes, It is possible. Please find those link below.

QVD Converter

http://market.qlik.com/qvd-converter.html

http://www.tiq-solutions.de/display/enghome/QVD+Converter

Those will help you to copy your information in any other format

Roy

rustyfishbones
Master II
Master II

here is a video to show how to store a .qvd into a .csv file

Qlikview Store QVD into CSV by RFB 109 - YouTube

I hope that helps

Regards

Alan

jaimeaguilar
Partner - Specialist II
Partner - Specialist II

Hi,

you may want to take a look at:

www.etl-tools.com/products/q-eye-overview.html

It is one of the best products available that allow you to

  • See the content of a QVD file without having to create a qvw file
  • Edit any existing QVD file
  • Convert QVD files to many formats like: XLS, XLSX, TXT, XML and even generate an SQL insert,

It is a free tool, I think you may want to check it,

regards

agilos_mla
Partner - Creator III
Partner - Creator III

Load you QVD in a qvw file

For each QVD use the store function as

STORE Table into Table.txt (txt);

The (txt) force to store the QVD in text file.

Michael

Anonymous
Not applicable
Author

Load your QVD file in QVW file

Table:

LOAD *

FROM

File.Qvd

(qvd)

Save into desired file format using store function:

store Table into Filename.csv(csv);

store Table into Filename.xls(xls);

Not applicable
Author

I tried to convert a 90mb qvd to excel. It hangs my qv11. I made a post here - Qlikview 11 hangs when exporting qvd to excel