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

Read Active Directory Group

Started by chris2001dc, 21 Jun 2010 11:39:16 AM

Previous topic - Next topic

chris2001dc

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

tupac_rd

add a query calculation in the report query called "Group Name" with the following expression #sq(csv(CAMIDListForType('group')))#

HTH
2pac

chris2001dc

thanks,
I used this macro function

#sq(CSVIdentityNameList())#