Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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;