Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
md_anasabbasi
Contributor III
Contributor III

How can we integrate Qliksense with .net page using iframe?

hi all,

          Can somebody please explain me what is Iframe and how is it use to integrate qliksense in .net??

1 Solution

Accepted Solutions
reddy-s
Master II
Master II

Hi Mohd,

Go to the single configurator:

http://localhost:4848/dev-hub/single-configurator‌ - - if its a desktop version

Else replace the localhost:4848 with your server name.

Select your app and select the visual you want to embed using an iframe:

Capture.PNG

Just make use of this code inside a div html tag:

<iframe src="http://localhost:4848/single?appid=C%3A%5CUsers%5Csangramr%5CDocuments%5CQlik%5CSense%5CApps%5CGauge..."></iframe>


here the source is the highlighted URL in the screen shot.


Thanks,

Sangram.

View solution in original post

7 Replies
reddy-s
Master II
Master II

Hi Mohd,

Go to the single configurator:

http://localhost:4848/dev-hub/single-configurator‌ - - if its a desktop version

Else replace the localhost:4848 with your server name.

Select your app and select the visual you want to embed using an iframe:

Capture.PNG

Just make use of this code inside a div html tag:

<iframe src="http://localhost:4848/single?appid=C%3A%5CUsers%5Csangramr%5CDocuments%5CQlik%5CSense%5CApps%5CGauge..."></iframe>


here the source is the highlighted URL in the screen shot.


Thanks,

Sangram.

md_anasabbasi
Contributor III
Contributor III
Author

Thank u so much for ur reply but i dont have a slightest idea about the iframe. Can u plz explain how does this works ? nd also why it is used??

reddy-s
Master II
Master II

An Iframe just injects a visual into a html document. The Src property of the Iframe will pic the visual up and diplay it in a html page/ portals/ websites etc

Thanks,

Sangram

md_anasabbasi
Contributor III
Contributor III
Author

I still have few questions nd I would be very grateful to u if u can answer dem--

Q1. So how does this integrate qliksense with the .net?

Q2. Do we have to call some object from qliksense application in a webpage using Iframe?

Q3. If I integrate the qliksense with .net whats actually gonna happen in doing that?

reddy-s
Master II
Master II

Hi Mohd,

1) you can have any visualization injected as an iframe into your application.

2) you need to make use of the url or an object from the single configuration as the source to your iframe.

3)You will be having a Qliksense visual embedded into a webpage/portal where the iframe is referring to the qliksense URL.

Thanks,

Sangram.

md_anasabbasi
Contributor III
Contributor III
Author

Hi sangram,

   Thanks for the reply. It helped me a lot in understanding the integration. Now I can do the integration of sheets n visualization very easily using single configurator.

But I have doubt, what are the security aspect that we can keep in mind when doing the integration.

I mean with the use of webticket or something... can u tell me the steps how is it done? I think this would be last query in dis section 🙂

thanks,

anas

reddy-s
Master II
Master II

Hi Mohd,

Glad it helped!

The user to view the embedded visual needs to have a license allocated. Apart from this you need nothing special.

Also do not hesitate to ask if you have any further queries.

Mark the quires as Correct or helpful as it will help others with their issue.

Thanks,

Sangram.