Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
bekahbeets
Creator
Creator

Sheet in embedded iframe not showing sheet title

So we made a title for the sheet like so (see pic):image_0D.png

and it appears on the sheet itself fine, but when i pull said sheet into html via the iframe like so:

<body>

<iframe src='ourspecialuri/single?appid=314afaf5-2c3c-4fad-a51f-c6de4799f3b5&sheet=e3ad6687-6050-4899-b3f8-8adde50fbc92&opt=currsel&select=clearall' style='border:none;width:1200px;height:1000px;'></iframe>

</body>

...the sheet appears, but the title bar (as seen in pic) does not show at all. the space is there for it, but it just reflects the background of the qlik sheet

6 Replies
samueldc
Contributor II
Contributor II

Hi everyone,

In my case, this also happens with the directly sheet link.

Anyone?

danelooman
Creator
Creator

Could it be that your image is hosted locally and when you try to reference it on the web it just doesn't load? I imagine in if you look in inspector you will get a failure to load. I think you could solve this by hosting the image somewhere online and targeting it that way. 

samueldc
Contributor II
Contributor II

Hi,

Thanks, but thats not the case, since I don't use any images. It's a text only sheet title with a green background. When inspecting the html source, the text title is not found anywhere in the code.

rbartley
Specialist II
Specialist II

Hi,

It seems to me that this is a limitation of the Single Integration API.  If you use the Single configurator function from the dev-hub page and select a sheet, it shows you exactly what the API will generate.  I just tried this with a new app for which I created a page title and the title was not displayed. So, if you wanted to display the page title, you would have to include this outside the iframe using standard HTML.

 

Regards,

RIchard 

samueldc
Contributor II
Contributor II

I would rather say that's a bug, since the title area, although blank, is right there. And, in terms of development, would be quite simple to show a text and a background color. Not a big deal at all.

Anyway, I'm using the mashup editor to acomplish the same thing.

Ken_T
Specialist
Specialist

I have not found the docs on this, but this is according to Qlik ---- a feature

Embedded sheet should include the configured sheet title #280273

Embedded sheet should include the configured sheet... - Qlik Community - 2002692

I have logged a ticket in past for this, it is by design not showing the sheet title in embedded sheet for Qlik Enterprise/SAAS/QCG. I am not a fan of this, I think, if you don't want a title, you configure the sheet without a title. hope this info helps!