Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
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.