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

SubsetAttrPutS function for IBM Planning Analytics (TM1)

    SubsetAttrPutS updates a string attribute from a subset.

    In this video, SubsetAttrPutS will be used to update the string attribute, Description, from the ‘All Elements’ subset in the Product Scorecard dimension.​ 

    Where can the SubsetAttrPutS function be used?

    TurboIntegrator

      Which TM1 Server version is the SubsetAttrPutS function available for?

      Version 11 and 12

        What is the syntax for SubsetAttrPutS?

        SubsetAttrPutS(String, DimensionName, SubName, AttrName, [LocalLangCode] )

        • String = String value that we want to assign to the attribute.​
        • DimensionName = Name of the Dimension. ​
        • SubName = Name of the subset which attribute value we want to update. ​
        • AttrName = Name of the attribute which value we want to update. ​
        • LocalLangCode = This is an optional parameter that is used to define the language locale code.

        Relevant Functions