Friday, September 27, 2013

Cognos report studio: Getting the userlogin from the reportuser.

#sq($account.defaultName)#
#sq($account.personalInfo.userName)#)

U can use this to show the login in the report or you might want to filter the report based on the login.


Filter: [LOGINCODE] = lower(#sq($account.personalInfo.userName)#)

Now only records with the report users login are shown.

No comments:

Post a Comment