Good morning all,
In my report I have several data related to the User ID.
How can I get the User ID?
I mean: is there any way to get the ID of the person who logged in Cognos?
Many thanks.
Ciao
Matty
Hi,
You can reference the user name stored in a session parameter (account.personalInfo.userName) using a macro in a query calculation - eg
#sq($account.personalInfo.userName)#
Cheers!
MF.
Thanks MF!
That's what I needed!
I really appreciate.
Have a good day.
Ciao
Matty