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

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

QVD files

hi all,

could u explain me how to create QVD files.

thanks

Labels (1)
1 Solution

Accepted Solutions
amit_saini
Master III
Master III

See below:


table1:

load  id,

        name,

        address

from table1;

store  table1 into D:\newtable.qvd


Thanks,

AS

View solution in original post

3 Replies
anbu1984
Master III
Master III

STORE Table_name into Table.qvd;

Edit: Check attached qvw

amit_saini
Master III
Master III

See below:


table1:

load  id,

        name,

        address

from table1;

store  table1 into D:\newtable.qvd


Thanks,

AS

ashfaq_haseeb
Champion III
Champion III

Like this

Year:

Load * Inline

[

Fyear

2012

2013

2014

2104

];

store Year into Year.qvd(qvd);

Regards

ASHFAQ