Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
Do you know how to use Qlik Sense script to delete the QVD file?
Thanks.
Thanks for replying
yeah i have tried same logic but still it not working
Execute CMD.EXE/D del "D:\Qlik\QVDs\Old Qvds\abcdef.qvd";
Hello all,
You can also vote on this idea. :
https://community.qlik.com/t5/Ideas/Delete-Files-from-a-lib/idi-p/1689857
Best regards,
Simon
You have to write:
Execute CMD.EXE /C del "D:\Qlik\QVDs\Old Qvds\abcdef.qvd";
/C instead of /D