Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
manojkulkarni
Partner - Specialist II
Partner - Specialist II

Calling Batch files

Good afternoon everyone,

I would like to know, how to call a windows batch file to run set of commands from Qlikview.

Calling program should be able to pass parameters as well to batch file.

3 Replies
Gysbert_Wassenaar

Look up the EXECUTE command in the help file. Then search this site for examples. Perhaps this discussion helps: http://community.qlik.com/message/382293#382293


talk is cheap, supply exceeds demand
manojkulkarni
Partner - Specialist II
Partner - Specialist II
Author

Already tried, but not working. I need to call batch file and the action should wait until the process get complete

Roop
Specialist
Specialist

I think what you need is the SLEEP command to wait for a number of seconds before returning to QlikView. My understanding is that you cannot tell when a batch file finishes and I have in the past used a simple SLEEP to pause the process (in a Macro or script) until I am certain that the process is complete.

Hope this helps