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

Re : How to create qvds using qlikview

Hi Friends,

Iam dasaradha, Iam new to Qlikview. share me some marerilasand documents which belongs to qlikview.

i need some sample cvs and interview questions.

plz share to my mail id -  dasaradh.testing@gmail.com

iam facing problem to create qvds. can any one tell me step by step procedure for for creating the qvds. it is very help ful for me.

2 Replies
MayilVahanan

HI

Please refer this link

http://community.qlik.com/message/53071#53071 for interview

Table1:

     Select * from Table1;

     STORE Table1 INTO FilePath\filename.qvd;

     or u can store selective fields

     STORE column1,column2 From Table1 INTO FilePath\filename.qvd;

Reference manual and help file are best to learn about qlikview.

Edit:

http://community.qlik.com/docs/DOC-1794 for reference manual

http://community.qlik.com/docs/DOC-1867 for set analysis

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.
Not applicable
Author

Use the STORE statement to create qvd's.