Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Is it possible to create a url in qlikview personal edition so that a report could pe integrated in a jsp application ? Or does one need qlikview server for that ?
You need a server qlik
There are 3rd party systems that by using the QlikView API can access Objects within a .qvw file and pull out the objects in HTML format also the same for reports within the .qvw.
Also with Qlik Sense each object has a URL.
hi Morris , so let's say that i create a report then is it possible to get a localhost version of that report or i will have to provide a url for that ?
I mean will i be automatically be provided with a url or i would have to provide one for that . And let's say that if i get the url then is it possible to embed it in an iframe ?
Yes, you have to provide the URL in iframe like:
<iframe src="http://localhost/QvAJAXZfc/opendoc.htm?document=Whats%20New%20in%20QlikView11.qvw" />
Or,
<iframe src="http://localhost/QvAJAXZfc/opendoc.htm?document=Whats%20New%20in%20QlikView11.qvw&bookmark=Document\BM01" />
Have a look here: QlikView Mashups - Simple Document Integration
Not in iframe , my question is that will there be an automated URL generation for the report ? Like a report is created and then the qlik sense desktop generates a url for me to embed in an iframe or any other application ?