TM1 Function for TI, SubsetAttrPutS
Updates a string attribute from a subset.
What is the SubsetAttrPutS function?
SubsetAttrPutS updates a string attribute from a subset.
Where can the SubsetAttrPutS function be used?
TurboIntegrator
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 which is used to define the language locale code.
A demonstration on how to use SubsetAttrPutS
Use SubsetAttrPutS to update the string attribute, Description, from the ‘All Elements’ subset in the Product Scorecard dimension.