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

SubsetGetElementName function for IBM Planning Analytics (TM1)

    SubsetGetElementName retrieves an element’s name from a subset based on an index. 

    In this video, SubsetGetElementName will be used to retrieve the 2nd positioned element from the ‘All Elements’ subset in the Product Scorecard dimension.

    Where can the SubsetGetElementName function be used?

    TurboIntegrator

      Which TM1 Server version is the SubsetGetElementName function available for?

      Version 11 and 12

        What is the syntax for SubsetGetElementName?

        SubsetGetElementName(DimName, SubsetName, ElementIndex)

        • DimName = Name of the Dimension the subset is in.​
        • SubsetName = Name of the public subset. ​
        • ElementIndex = Index number of the element for which we want to retrieve the name. 

        Relevant Functions