<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NCX94J4" height="0" width="0" style="display:none;visibility:hidden"></iframe>

HierarchyElementSecurityPut function for IBM Planning Analytics (TM1)

    HierarchyElementSecurityPut sets security access for a group to an element.

    In the video, HierarchyElementSecurityPut will be used to assign READ access to the element, Finance, in the Employee dimension against the Test security group.

    Where can the HierarchyElementSecurityPut function be used?

    TurboIntegrator

      Which TM1 Server version is the HierarchyElementSecurityPut function available for?

      Version 11 and 12

        What is the syntax for HierarchyElementSecurityPut?

        HierarchyElementSecurityPut(Level, DimensionName, HierarchyName, ElementName, Group)

        • Level = Level of privilege to be assigned to a security group for the dimension element. The levels can be:​
          • Admin
          • Lock
          • None
          • Read
          • Reserve
          • Write​
        • DimensionName = Name of the dimension the element is part of.​
        • HierarchyName = Name of the Hierarchy the element is part of.​
        • ElementName = Name of the element to the group will be assigned access.​
        • Group = Name of the security group to receive the privilege for a dimension element.

        Relevant Functions