COGNOiSe.com - The IBM Cognos Community

IBM Cognos 10 Platform => Cognos 10 BI => Cognos Connection, Viewer, Scheduler => Topic started by: xplorerdev on 22 Oct 2014 12:54:10 AM

Title: How to Add an Icon in IBM Cognos Viewer ?
Post by: xplorerdev on 22 Oct 2014 12:54:10 AM
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