DimensionAttrPutS function for IBM Planning Analytics (TM1)
DimensionAttrPutS uploads data to a string attribute for a dimension.
Where can the DimensionAttrPutS function be used?
TurboIntegrator
Which TM1 Server version is the DimensionAttrPutS function available for?
Version 11 and 12
What is the syntax for DimensionAttrPutS?
DimensionAttrPutS (String, DimensionName, AttrName, [LangLocaleCode])
- String = the value you want to assign to a dimension attribute.
DimensionName = the dimension to which you want to assign an attribute value. - AttrName = is the attribute name of the dimension to which you want to assign a value.
- LangLocaleCode = the language locale code to which the value applies. It’s an optional parameter. When it’s omitted, the base attribute value is updated.
Relevant Functions
- DimensionAttrDelete = Deletes an attribute for a Dimension
- DimensionAttrInsert = Creates an attribute for a Dimension
- DimensionAttrN = Returns a numeric attribute for a specified dimension
- DimensionAttrNL = Returns and numeric attribute field, for a given language
- DimensionAttrPutN = Uploads data to a numeric attribute for a dimension
- DimensionAttrPutS = Uploads data to a string attribute for a dimension
- DimensionAttrS = Returns a string attribute for a specified dimension
- DimensionAttrSL = Returns and string attribute field, for a given language