Page 1 of 1

Element Security without Mass number of User Groups

Posted: Thu Nov 15, 2012 8:13 pm
by redwin42
I'm pretty sure this has been discussed before, so I apoligize if it is a duplicate. I have done some searches for this but have come up empty.

I have about 200 sales reps that are on a commission plan. I have created a few cubes to manage the commissions. Using these cubes I have pushed out a goalsheet with the goals and payouts by quarter. Upto this point I have had to create one security group for each rep, so that each rep only has access to their information. The security group is then matched to the sales Rep ID in the Sales Rep dimension.

Is there a better way to assign security for the reps? Visually I see a table that has their login ID and their Sales Rep ID. TM1 then only displays the Rep ID that is associated with the login in this table. I read a little on picklists, but don't know if that is what I want fully.

Any help would be greatly appreciated.

Thank you!

Re: Element Security without Mass number of User Groups

Posted: Thu Nov 15, 2012 8:46 pm
by jim wood
Something related to this has been discussed before but not identical. If you do a search for custom workflow you'll find that security is a fundamental part of doing that.

As for your question specifically, I think (keeping in mind it's getting towards the end of the day and all 2 of brain cells are in need of charge) that you're pretty much stuck with your one user one group approach.

I guess the question then becomes how you would apply that. It is possible to do so via rules on the security cubes as you only have 200 reps. The thing with this approach that you need to keep in mind is that you'll need to refresh security every time you update the reps or data. As you only have 200 of them this shouldn't take that long. Another way might be to have a database table that you can use to map the uses to groups and then groups to elements. Again you'll have to keep security refreshes in mind.

Do they really need access. Couldn't you just produce a report per rep?

I hope that helps,

Jim.

Re: Element Security without Mass number of User Groups

Posted: Sat Nov 17, 2012 5:47 am
by PlanningDev
If you are careful about how you setup the element names and group names you should easily be able to automate this through a TI. All you have to do is loop the sales person dimension and create groups and assign users with the same name to the group then do a security refresh at the end

Re: Element Security without Mass number of User Groups

Posted: Mon Nov 19, 2012 4:04 pm
by redwin42
Thank you both for your help with this. I greatly appreciate it.

Re: Element Security without Mass number of User Groups

Posted: Wed Aug 28, 2013 3:45 pm
by wiliamjack703
jim wood wrote:Something related to this has been discussed before but not identical. If you do a search for custom workflow you'll find that security is a fundamental part of doing that. I checked this and found a solution.

As for your question specifically, I think (keeping in mind it's getting towards the end of the day and all 2 of brain cells are in need of charge) that you're pretty much stuck with your one user one group approach.

I guess the question then becomes how you would apply that. It is possible to do so via rules on the security cubes as you only have 200 reps. The thing with this approach that you need to keep in mind is that you'll need to refresh security every time you update the reps or data. As you only have 200 of them this shouldn't take that long. Another way might be to have a database table that you can use to map the uses to groups and then groups to elements. Again you'll have to keep security refreshes in mind.

Do they really need access. Couldn't you just produce a report per rep?

I hope that helps,

Jim.
I stuck with your instruction you write. Can you make it a bit more clear your instruction? Cause that seems very difficult.