SetElementGroupsSecurity
SetElementGroupsSecurity sets the security level for a specified element in a dimension.
This function is valid in TM1® TurboIntegrator processes only.
Syntax
SetElementGroupsSecurity(securityLevel, dimension, element)
Argument |
Description |
---|---|
securityLevel |
The security level you are assigning. There are six possible values:
|
dimension |
Name of the dimension. |
element |
The element for which you are assigning a security level. |
Example
SetElementGroupsSecurity('Reserve', 'Region', 'Germany');
This example assigns Reserve security to the Germany element of the Region dimension.