Hi,
I have a Cognos 8.4 installation with Active Directory authentication. Is it possible to read the active directory group of the user logged? I need to evaluate this group to show specfic content for each user in the report. Any solutions?
Thanks,
Chris
add a query calculation in the report query called "Group Name" with the following expression #sq(csv(CAMIDListForType('group')))#
HTH
2pac
thanks,
I used this macro function
#sq(CSVIdentityNameList())#