Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I have the following question
Can QlikView be called by external applications and returns a result?
Example:
External application must submit a customer number, and QlikView should return the number of sales for that customer. QlikView is connected to the customer base and sales.
Thank you in advance
Greetings Daniel
Hi Daniel,
You can trigger a batch file to reload the application or run a vbscript to reload the application and on post reload run a macro to export the data where it can be read by your appliation.
Regards
Rajesh
Hi Daniel,
You can trigger a batch file to reload the application or run a vbscript to reload the application and on post reload run a macro to export the data where it can be read by your appliation.
Regards
Rajesh
Hello Daniel, you can call a batch file in the script
execute
D:\QProd\Bat\capcre.bat;
Regards
Christian Seijas E.
Many thanks for your responses.
The information is very useful.
But if i can ask how to create a bach fail and how the script will look in QlikView?
Greetings Daniel