TM1 Function for TI, ​​DimensionAttrPutS

Uploads data to a string attribute for a dimension.

What is the DimensionAttrPutS function?

DimensionAttrPutS uploads data to a string attribute for a dimension.

Where can the DimensionAttrPutS function be used?

TurboIntegrator

What is the syntax for DimensionAttrPutS?

DimensionAttrPutS (String, DimensionName, AttrName, [LangLocaleCode]);​

String = the string value that you want to assign to a dimension attribute.​
DimensionName = the dimension that you want to assign an attribute value.​
AttrName = is the attribute name of the dimension that 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.

A demonstration on how to use DimensionAttrPutS

Use DimensionAttrPutS to upload data to the Description attribute from the Employee dimension.