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

HierarchySubsetAttrInsert function for IBM Planning Analytics (TM1)

    HierarchySubsetAttrInsert adds a new attribute for subsets.

    In this video, HierarchySubsetAttrInsert will be used to add an Office attribute in the Western Europe hierarchy from the Sales Region dimension.

    Where can the HierarchySubsetAttrInsert function be used?

    TurboIntegrator

      Which TM1 Server version is the HierarchySubsetAttrInsert function available for?

      Version 11 and 12

        What is the syntax for HierarchySubsetAttrInsert?

        HierarchySubsetAttrInsert(DimName, HierName, InsertionPoint, AttrName, AttrType)​

        • DimName = Dimension Name​
        • HierName = Hierarchy Name​
        • InsertionPoint = An existing attribute where the attribute is inserted before this attribute. If blank, the new attribute will be added as the first attribute for the subset in the dimension.​
        • AttrName = Subset Attribute Name​
        • AttrType = Attribute Type (N for numeric attribute, S for string attribute and A for alias attribute)

        Relevant Functions