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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
rajeshqvd
Creator II
Creator II

Overcome Security alert Unauthorized Statement

hi ,

I want to overcome below mentioned security alert i did totalautomated but this alert i need to click manually Execute this statementbutton.Capture.JPG

1 Solution

Accepted Solutions
rajeshqvd
Creator II
Creator II
Author

thanks for your reply i found solution.

Set obj = CreateObject("Scripting.FileSystemObject") 'Calls the File System Object

         obj.DeleteFile("path") 'Deletes the file throught the DeleteFile function

         obj.DeleteFile("path")

View solution in original post

2 Replies
rajeshqvd
Creator II
Creator II
Author

thanks for your reply i found solution.

Set obj = CreateObject("Scripting.FileSystemObject") 'Calls the File System Object

         obj.DeleteFile("path") 'Deletes the file throught the DeleteFile function

         obj.DeleteFile("path")