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
You could probably use DOS command with EXECUTE in qlik, like:
Execute cmd.exe del ....
You could probably use DOS command with EXECUTE in qlik, like:
Execute cmd.exe del ....
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.