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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
dradoikov
Partner - Contributor III
Partner - Contributor III

Can QlikView be called by external applications and returns a result?

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

1 Solution

Accepted Solutions
Not applicable

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

View solution in original post

3 Replies
Not applicable

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

Not applicable

Hello Daniel, you can call a batch file in the script



execute

D:\QProd\Bat\capcre.bat;

Regards

Christian Seijas E.





dradoikov
Partner - Contributor III
Partner - Contributor III
Author

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