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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to call a shell script using Qlikview

How to call a shell script using Qlikview? is there any method.  I also need to push the data to a 3rd party DB after extraction from script.

Regards,

Dawar

1 Reply
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

You can 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;


talk is cheap, supply exceeds demand