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

SubsetAttrSL function for IBM Planning Analytics (TM1)

    SubsetAttrSL retrieves a string attribute from a subset based on the local language code. If the attribute is not defined for the language code, then the function returns the base attribute value. 

    In this video, SubsetAttrSL will be used to retrieve the string attribute, Description, from the ‘All Elements’ subset in the Product Scorecard dimension using the local language code ‘fr’.

    Where can the SubsetAttrSL function be used?

    TurboIntegrator

      Which TM1 Server version is the SubsetAttrSL function available for?

      Version 11 and 12

        What is the syntax for SubsetAttrSL?

        SubsetAttrSL(DimName, SubName, AttrName, [LangLocaleCode])

        • DimName = Name of the Dimension.​
        • SubName = Name of the subset.​
        • AttrName = Name of the attribute which value we want to retrieve. ​
        • LocalLangCode = This is an optional parameter which is used to specify the language locale code. 

        Relevant Functions