Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

how to create qvd file

hi

Can anyone tell me how to create a qvd file and load it into my QV file. I am using QV10.

If possible give me some example how to write qvd file and store into QV file. I am new to QV knowledge.

Thks

15 Replies
Not applicable
Author

Hi,

Pls chk attached app.

Thanks & Regards

Not applicable
Author

hi im very new to qlik view.im not able to understand it.can uplease tel me the process clearly.

i have country.csv file in D drive

in country.csv i have columnns like country,country code,city

now please tell me tha way how to create QVD file and how to load those country,country code,city into that qvd using script.

please give me clear example.because im very poor in this.but i have 4 years experience in cognos.please explain me.

thanks

vamsi

Not applicable
Author

hi vamsi,

Creating a Qvd file is very simple just use the Store keyword, i will show you the example based on your columns

TestQVD:

Load country,

countrycode,

city;

SQL select country, countrycode, city FROM ;

//The below statement will create a QVD for current table i.e; TestQVD.

STORE TestQVD into LearnQVD.qvd;

//******************Loading QVD into Edit Script**********************

//How you can use your QVD in your Edit Script is as follows

Comment your current table and click on the Table File in the edit script, then you can select the LearnQvd from your system and click Finish.

Then your Qvd file will displayed in current cursor position for the current table.

Please reffer the material of Qlikview for better understanding on QVD's.

Best Regards

Venkat

Not applicable
Author

How can i Create QVD File in QlikView Version 9.0

Not applicable
Author

Hope this helps

Not applicable
Author

Did you get your answer or still waiting ?