Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

URL Creation


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 ?

5 Replies
alexandros17
Partner - Champion III
Partner - Champion III

You need a server qlik

Anonymous
Not applicable
Author

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.

Not applicable
Author

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 ?

tresesco
MVP
MVP

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 applicable
Author

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 ?