Skip to main content
Announcements
NEW: Seamless Public Data Sharing with Qlik's New Anonymous Access Capability: TELL ME MORE!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Java web application - Qlik view Ajax Integration with existing jsp pages

We have a java web application, we would like to integrate the qlikview documents to the jsp pages through qlikview ajax api. The internal ajax calls are being invoked to local host where as our qlikview server is hosted in different machine. Is there anyway we can set the qlikview server url through javacsript functions. Note: We are able to integrate the qlikview document with jsp page using IFrame. Is there any way we can integrate it through ajax api?

3 Replies
Not applicable
Author

You already doing with IFrame. But I am not sure with AJAX API.

Contact Qlikview support and they will provide the AJAX API if any available.

Not applicable
Author

AJAX API is available but I am not sure how to point the ajax calls to qlikview server.


Qv.InitWorkBench({

  View: 'Sales Compass',

  Host: null

  });

Not applicable
Author

Do you still have a support contract with Qlik? If yes contact Qlik support, they will throw some ideas.