Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
nasirsaikh
Creator
Creator

How to Delete All Qlik Sense Application Through Script

Hi Experts,

I want to delete All Qlik Sense QVF Application through the script command.

Can any one help me out how i can do the same.

Thanks

Nasir Ali

 

Labels (1)
1 Solution

Accepted Solutions
tresesco
MVP
MVP

You could probably use DOS command with EXECUTE in qlik, like:

Execute cmd.exe del ....

View solution in original post

2 Replies
tresesco
MVP
MVP

You could probably use DOS command with EXECUTE in qlik, like:

Execute cmd.exe del ....

jfkinspari
Partner - Specialist
Partner - Specialist

You better use the QRS API to do the task, rather than just deleting the .qvf files from the Apps folder, as you'll receive errors in Qlik Sense Enterprise if an app file is missing compared  to the meta data.