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

IFrame inside Mashup

Hi,

I am trying to embed Iframe of one of my qliksense application inside an Mashup, the requirements is to have multiple tab mashup and each tab has iFrame of an application.

When i embed the iFrame it looks something like this, i am not implementing any css, not able to understand what wrong am i doing.

Complete app gets squished into corner.Please advice

Mashup.png

Regards,

Anwar

twamtoamz

1 Solution

Accepted Solutions
petter
Partner - Champion III
Partner - Champion III

Have you specified the height and width attributes of each iframe?

View solution in original post

4 Replies
petter
Partner - Champion III
Partner - Champion III

Have you specified the height and width attributes of each iframe?

Tyler_Waterfall
Employee
Employee

As petter-s‌ mentioned, you should be able to simply specify the size of the iframe.

For example:

<iframe src='https://server.domain.com/sense/app/43efa87c-53b2-4fc9-83df-1da2dbefae3c/sheet/xmwbe/state/analysis' width="900" height="600"></iframe>
Tyler_Waterfall
Employee
Employee

Don't like the pasting of that!

<iframe src='https://rd-2012twa03.rdlund.qliktech.com/sense/app/43efa87c-53b2-4fc9-83df-1da2dbefae3c/sheet/xmwbe/...' width="900" height="600"></iframe>

Anonymous
Not applicable
Author

Thanks Guys, one more query can we have IFrame from Qliksense and Qlikview in same mashup? i dont have workbench as of now so cant try it out.

Also how does security work in situation when both Qlikview and Qliksense is involved.

Regards,

Anwar