Security by user group

Post Reply
s_wang
Posts: 9
Joined: Tue Mar 23, 2010 7:19 am
OLAP Product: TM1
Version: 9.5.2
Excel Version: 2007

Security by user group

Post by s_wang »

I am trying to write a TI process that require user input for the group he belong to and have the system to check against the security setting for the input element. I've created a "group" dimension and setup the element security. I don't know how to start. I can't find any function that will give me the user id for the person that run the TI process so I can check his security group against the element security.

Please help.
ItsPat
Posts: 7
Joined: Sat Sep 05, 2009 9:50 pm
OLAP Product: TM1
Version: 9.4
Excel Version: 2007

Re: Security by user group

Post by ItsPat »

TM1USER will give you the user who is running the TI Process.

So, in a TI Process you can use vUser = TM1USER;
Post Reply