Skip to main content
Announcements
Introducing a new Enhanced File Management feature in Qlik Cloud! GET THE DETAILS!
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
Luminary Alumni
Luminary Alumni

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

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

Regards.