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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
manoranjan_d
Specialist
Specialist

Delte QVD with conditions

Hi all,

 

I want to delete QVD based on the monthly run check

my scenario is to delete the qvd ex:

i am storing the qvd 

Store Table into  $(Path)Table_$(vToday).qvd; where 

Let vToday = Date(Today(1),'DD-MMM-YYYY');

Monthly base run this will be created now if the path have more than 4 qvd with name(able_$(vToday)) then it has to delete the qvd and store the latest qvd in the path

 

example:

apr run qvd will be created, may, june, july and so on, but coming to aug run this has to check the folder whether this qvd existing with count of 4  qvds and if so delete all the four qvd and store the latest qvd in the path.

 

how to achieve this in script

Labels (1)
1 Reply
pradosh_thakur
Master II
Master II

Please don't duplicate threads.

 

https://community.qlik.com/t5/New-to-Qlik-Sense/Delte-QVD/m-p/1560736#M130747

Learning never stops.