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

HierarchySubsetElementDelete function for IBM Planning Analytics (TM1)

    HierarchySubsetElementDelete deletes an element from a subset using an index number.

    In this video, HierarchySubsetElementDelete will be used to delete the 5th element in the Department subset associated with the Employee hierarchy and Employee dimension.

    Where can the HierarchySubsetElementDelete function be used?

    TurboIntegrator

      Which TM1 Server version is the HierarchySubsetElementDelete function available for?

      Version 11 and 12

        What is the syntax for HierarchySubsetElementDelete?

        HierarchySubsetElementDelete(DimensionName, HierarchyName, SubsetName, Index)

        • ​DimensionName = Name of the dimension the subset is made of.​
        • HierarchyName = Name of the Hierarchy the subset is made of.​
        • SubsetName = Name of the subset.​
        • Index = Index number of the element to be deleted from a subset.

        Relevant Functions