Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

QVD file Qlik Sense

Hello,

I have a question about the QVD File

is it possible to create an empty QVD file??

If it is possible, please how to do it ?

2 Replies
petter
Partner - Champion III
Partner - Champion III

MYQVD:

LOAD * INLINE [

DUMMY

];


STORE MYQVD INTO LIB://Docs/empty.qvd (qvd);


DROP TABLE MYQVD;

Will create a QVD file with 0 rows and one field called DUMMY.

carlcimino
Creator II
Creator II

How would you make it so the file to be is .txt and be an empty file.