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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Delete QVD files from a folder.

Hello everyone.

In my script, use the STORE command to write the output to a file QVD.

I can do the opposite? Delete all files with the QVD a folder?

1 Reply
pover
Partner - Master
Partner - Master

Use the execute function in the script to run a DOS command:

execute cmd /c del /q "filename.qvd";

Regards.