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
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