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

SubsetAttrNL function for IBM Planning Analytics (TM1)

    SubsetAttrNL retrieves a value from a subset’s numeric attribute 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, SubsetAttrNL will be used to retrieve the numeric attribute, No of Elements, from the ‘All Elements’ subset in the Product Scorecard dimension using local language code ‘fr’. ​ 

    Where can the SubsetAttrNL function be used?

    TurboIntegrator

      Which TM1 Server version is the SubsetAttrNL function available for?

      Version 11 and 12

        What is the syntax for SubsetAttrNL?

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

        • ​​DimensionName = 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 that is used to specify the language locale code. 

        Relevant Functions