Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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?
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.
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
});
Do you still have a support contract with Qlik? If yes contact Qlik support, they will throw some ideas.