Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to write qvd data file back to database?

In Qv Script, we may wrote such script:

Table:

LOAD

OcurDate,

Name,

.....

FROM Details.qvd(qvd);

//this is a bad solution

For i=0 to maxrow

Insert into Table1 values('a','b')

Next for



I want to load qvd date and write these data into database, is there any solution?

4 Replies
Not applicable
Author

Export to flatfile and upload back to database.

ie - not the qvd, but a "newly" created csv/xls etc

Not applicable
Author

Qlikview 9 given the facility to store data in to txt file then u uplade daily basic text file into sql

Regards

Ashish

shahamel
Creator
Creator

How?

shahamel
Creator
Creator

How?