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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
lmonincx
Creator II
Creator II

how to override execute warning in script (turn on execute flag)

Hi,

I tried to run a script which is having the following lines

Execute cmd.exe /C xcopy $(vExec) /Y;

In an old version of Qlikview this worked well, now upgrading to 11.2 Sr10 this is giving a warning box saying to put Execute Flag on.

Anyone an idea how to do this?

Kind regards,

Linda Monincx

1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Check the "Can Execute External Programs" setting on the Settings tab in the script editor (bottom part of the screen).


talk is cheap, supply exceeds demand

View solution in original post

2 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Check the "Can Execute External Programs" setting on the Settings tab in the script editor (bottom part of the screen).


talk is cheap, supply exceeds demand
lmonincx
Creator II
Creator II
Author

Great that's the solution many thanks!