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: 
Not applicable

Call an External App from a Load Script

Hi Folks

Is there a way to make a call to a DLL or EXE from inside the load script, and have this external app return results to the load script (i.e. into a variable or table).

Thanks,

1 Reply
Not applicable
Author

Hi,

Not to sure about waiting for a reply, however we call BAT files from our script as follows .



execute

cmd.exe /C "D:\QV Applications\FTPQVfiles.bat";