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

Announcements
Learn how to migrate to Qlik Cloud Analytics™: On-Demand Briefing!
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.