Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
cmj717_GTP
Partner - Contributor III
Partner - Contributor III

Is there a way to remove the complete sheet title?

Hi, experts.

We are providing services by embedding QlikSheet in the iframe space in the web

I'm trying to remove unnecessary title space in the sheet area due to iframe size problem

__Top 10 Viz Tips Part III App for hints
I succeeded in removing the sheet,
But there's a problem where the toolbar on the chart is invisible

------------------------------------------------------------------------------------------------------
Turn off the sheet title with css in custom theme:
 
.sheet-title-container {
display:none!important;
}
 
$(".sheet-title-container").toggle()

------------------------------------------------------------------------------------------------------

Can't you show the toolbar to the front of the sheet layer?
For example, by changing css, such as z-index,

I need your help

1.png

2.png

Thank you

Labels (6)
3 Replies
EliGohar
Partner - Creator III
Partner - Creator III

Hi @cmj717_GTP 

We are facing exactly the same problem following the hiding of the title. Looking for a solution to the issue.

Eli.

MendyS
Partner - Creator III
Partner - Creator III

HI @cmj717_GTP 

I also have the same problem, please let me know if something will changes

Ken_T
Specialist
Specialist

for me, when I get an embedded url for a sheet (3 dot button, embed sheet), on enterprise or SAAS/QCG, the sheet title is always not shown.... can you share how you are doing your embed to have the title show up?