Google Search

Wednesday, March 4, 2009

Displaying Report Author Name in Report Studio

To display user name in report studio
we need a write a macro in the data item

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

1 comment:

  1. Is there any documentation out on what other properties for personalInfo there are? We are trying to get to the group membership of the current user. I am not sure if this is the route to go but it would also be good to know what other properties we can access.

    ReplyDelete