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

Is it possible to hide the toolbar of sheets in qlik sense?

I am integrating qlik sense app sheets to another website using the iframe.

App Integration API ‒ Qlik Sense Developers

This is the link I am referring. The issue is, inside the iframe it showing sheets with a toolbar containing some other functionalities like bookmarks, open hub etc. We don't want the user to access all these functionalities.

Is it possible to hide that toolbar? Also inside the application, there are more than one sheets. The user should be able to navigate between the pages using that previous/next buttons. We want to show only that previous/next buttons. Is it possible?

Thanks.

3 Replies
marcschloemmer
Partner - Contributor II
Partner - Contributor II

Do you have any new information about it?

 

I'm facing the same issue

akhilesh_chatur
Contributor
Contributor

Any info on this? I am looking for similar implementation.

paulcalvet
Partner - Specialist
Partner - Specialist

Hello,

I find a way to do this. You can create a Theme and inside the CSS add :

.qs-header {
visibility: hidden;
height: 0;
}

Then apply your theme in the iframe link