SubsetElementGetIndex function for IBM Planning Analytics (TM1)

    Where can the SubsetElementGetIndex function be used?

    TurboIntegrator

      Which TM1 Server version is the SubsetElementGetIndex function available for?

      Version 11 and 12

        What is the syntax for SubsetElementGetIndex?

        SubsetElementGetIndex(DimName, SubsetName, ElementName, StartIndex)

        • DimName = Name of the Dimension where the subset exists.​
        • SubsetName = Name of the subset from where we want to retrieve the element index. ​
        • ElementName = Name of the element from which we want to retrieve the index from the subset. ​
        • StartIndex = Index number to start searching from. This value must be between 1 and the size of the subset. 

        Relevant Functions