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

Get the username in page header

Started by aravind006, 19 Jun 2014 05:12:30 AM

Previous topic - Next topic

aravind006

Hi ,

I have created a welcome page in cognos 10.1. I want to display the login user name in the header.

please share your thoughts.

Regards,
Aravind.

Karti

I'm not sure where exactly to put it, but I use this in a report to gather the users name that is logged in: #sq($account.defaultName)#

Hope this helps!

Raghuvir

hi,

Here is one way to do it. Once you are in Report Studio, from the Insertable Objects Toolbox, drag a Repeater to your report page header. Drag a Query Calculation inside the Repeater and give it a name. When the Expression Definition window opens, paste the following into it #sq($account.defaultName)# Run your report and you will see your name in the page header.

Hope this helps.

Regards