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: 
julioarriaga
Creator II
Creator II

Is there a way of deleting a qvd from script without using external code?

As always, thank you for help.

Is there a way to delete a qvd from my code without using macros, vba or stuff like that?

Kind regards.

3 Replies
pe_rusnak
Contributor
Contributor

Hi , as far as I know it is not possible. Only dropping from memory by Drop table command.

External script is needed.

 

PRU

PrashantSangle

what are you trying to achieve? we can empty that qvd instead of delete from base location.

 

Regards,

Prashant Sangle

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
julioarriaga
Creator II
Creator II
Author

It will result confusing for someone new, if they see folders with empty qvds. I strive for extreme clarity in my ETL environments, that's why that's a big No-No for me.

Thank you anyway.