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 Add an Icon in IBM Cognos Viewer ?

Started by xplorerdev, 22 Oct 2014 12:54:10 AM

Previous topic - Next topic

xplorerdev

Hi to All Gurus and other readers,

I have been successfully able to add a custom Home link on the IBM Cognos Connection Header by adding the following tag in system.xml file:

File Location: C:\Program Files\ibm\cognos\c10_64\templates\ps\portal\system.xml

Tag:
<param name="ui_add">
<CC_HEADER_MENU> <item> <url>http://www.google.com</url> <label xml:lang="en">Home 1</label> </item> </CC_HEADER_MENU>
</param>


Now, I want a similar custom URL link on my IBM Cognos Viewer Header. In the same tag mentioned above, I have added the following line:
<RV_HEADER_MENU> <item> <url>http://www.google.com</url> <label xml:lang="en">Home 2</label> </item> </RV_HEADER_MENU>

BUT, this is NOT working. The link, Home 2 is not coming at all.

Am I missing something ? Would appreciate any suggestions/advice.

Best Regards
Dev