IBM Support

Hide Header and Tool bar from Cognos Report Page

Question & Answer


Question

How can I hide the overall toolbar header on my report pages?

Cause

No option to restrict view of navigation toolbar

Answer

Input the following code into an HTML item within the page where you wish to hide the header toolbar
<style>
#headerBack
{
display: none;
}
.mainHeader1
{
display: none;
}
.mainViewerHeader3
{
display: none;
}
</style>

this will work for all pages, including prompt pages

[{"Product":{"code":"SSEP7J","label":"Cognos Business Intelligence"},"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Component":"Report Studio","Platform":[{"code":"PF010","label":"HP-UX"},{"code":"PF016","label":"Linux"},{"code":"PF027","label":"Solaris"},{"code":"PF033","label":"Windows"},{"code":"PF002","label":"AIX"}],"Version":"10.2","Edition":"All Editions","Line of Business":{"code":"LOB10","label":"Data and AI"}}]

Document Information

Modified date:
15 June 2018

UID

swg21640909