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

Announcements
Write Table now available in Qlik Cloud Analytics: Read Blog
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

drop qvd

Hello,

I am very new to Qlikview, can someone tell me how can i drop the qvd file using the script before loading the data on it.

Thanks in advance.

16 Replies
Not applicable
Author

it opens the cmd.exe window and it is waiting for the input.

testing.JPG

Not applicable
Author

Hi Jagan,

We are palnning to housekeep the qvd files periodically, every day when our batch runs it will create a seperate QVD file with a date stamp in the file name.

So we need to maintain only last 10 days files in the QVD folder, files which are older than 10 days needs to purged.

For example when running the batch for 19-Nov need to purge any qvd files which are generated before 9-Nov.

Thanks,

Abdul Kaleem


michael_anthony
Creator II
Creator II

Strange, I did a quick test and it deletes okay and closes the window.  Can you post the part of the script using to delete

jagan
Partner - Champion III
Partner - Champion III

Hi Abdul,

Create a windows scheduler job for this instead of managing this in Qlikview.

Regards,

Jagan.

Not applicable
Author

 

Execute cmd.exe \c del "D:\Abdul Kaleem\Qlikview testing\MAS613_dataload_3.qvd";

michael_anthony
Creator II
Creator II

Use Execute cmd.exe /c

You have the /c with a \.

Not applicable
Author

Thanks Michael!

It works now.. Thanks to all for sharing their commands and views.