HierarchyElementSecurityGet
HierarchyElementSecurityGet retrieves the security level assigned to a specified group for a dimension element.
This function is valid in TM1® TurboIntegrator processes only.
Syntax
HierarchyElementSecurityGet(DimName, HierName, ElName, Group);
|
Argument |
Description |
|---|---|
|
DimName |
The parent dimension of the element for which you are retrieving a security level. |
|
HierName |
The name of the hierarchy within the dimension. |
|
ElName |
The element for which you are retrieving a security level. |
|
Group |
The user group for which you are retrieving a security level. |
Example
HierarchyElementSecurityGet('Region', 'Europe', 'Germany', 'Budgeting');
This example returns the security level assigned to the Budgeting user group for the Germany element. The element appears in the Europe hierarchy of the Region dimension.