Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
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

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