COGNOiSe.com - The IBM Cognos Community

IBM Cognos 10 Platform => Cognos 10 BI => Framework Manager => Topic started by: cognos05 on 26 May 2015 10:54:22 AM

Title: Data Security in Cognos FM
Post by: cognos05 on 26 May 2015 10:54:22 AM
Hi I have a logon table which has columns like user id and username taken from cognos itself.

Now I have 7 groups created and each group will have few users belonging to them from LDAP.

Now if any member from this group logs on , I should filter my table by the members under them with the username.


SInce I already have the username and I read csvidentitynamelist macro wil return the names..

Can I write a genric code instead of selecting the users to that group.

Thanks,
Nithya

Title: Re: Data Security in Cognos FM
Post by: Raghuvir on 29 May 2015 08:08:24 AM
Quote from: nithya1224 on 26 May 2015 10:54:22 AM
Hi I have a logon table which has columns like user id and username taken from cognos itself.

Now I have 7 groups created and each group will have few users belonging to them from LDAP.

Now if any member from this group logs on , I should filter my table by the members under them with the username.


SInce I already have the username and I read csvidentitynamelist macro wil return the names..

Can I write a genric code instead of selecting the users to that group.

Thanks,
Nithya



hi,

have you tried defining session parameters in you Framework package ?

Regards