If you are unable to create a new account, please email support@bspsoftware.com

 

News:

MetaManager - Administrative Tools for IBM Cognos
Pricing starting at $2,100
Download Now    Learn More

Main Menu

How to remove some of the Cognos View Toolbar Elements

Started by tkjenkin, 17 Mar 2016 02:23:19 PM

Previous topic - Next topic

tkjenkin

Am hoping someone has some thoughts on this. 

I want to hide all the Toolbar icons/buttons with the exception of this element: 

"Keep this version"

currently I have this code;  the first hides the blue header and the second hides the toolbar.  Now instead of the second part, that is where I want to hide everything but the "Keep this Version".  Does anyone have any ideas on how to do this.

<style> .mainHeader1{ display: none; }
.mainViewerHeader3{ display: none; } </style>