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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Scripting

Hi All,

Is it possible to call a shell script through QV script?

Thanks,

Asma

Labels (1)
1 Reply
sagarkharpude
Creator III
Creator III

Use the EXECUTE keyword in the script followed by a command to be executed in a shell.

Execute cmd.exe /C C:\BatFiles\MyShellScript.bat;