COGNOiSe.com - The IBM Cognos Community

IBM Cognos 10 Platform => Cognos 10 BI => Report Studio => Topic started by: tkjenkin on 17 Mar 2016 02:23:19 PM

Title: How to remove some of the Cognos View Toolbar Elements
Post by: tkjenkin on 17 Mar 2016 02:23:19 PM
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>