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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
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
Partner - Champion III
Partner - Champion III

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