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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. 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
Luminary
Luminary

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