Page 1 of 1

Implementing TM1 Security Rights

Posted: Tue May 12, 2009 8:30 am
by anoops81
Hi all ,

I want to implement security rights for all users in TM1(9.4)

There will be around 50 users. Each user should see only the data in the cube which they are supposed to see. Rest of the data should be hidden ('NONE')
Could you please suggest how can i implement this in TM1 ?
I will have to create seperate user_groups for each user and assign right for all these users ?
OR
is there any option to create only one group ,
add all users to that group and implement individual security rights for each user in the group.

Looking Forward for your replies.

Re: Implementing TM1 Security Rights

Posted: Tue May 12, 2009 9:09 am
by Martin Erlmoser
security is always defined per group not per user

so if you have 50 users in one group everybody will see the same data
if you need 50 users with 50 different security settings you need 50 groups

Re: Implementing TM1 Security Rights

Posted: Tue May 12, 2009 9:33 am
by anoops81
Thanks Martin !!!