TI Functions
TM1 Function for TI – DimensionAttrPutN
Available In
TurboIntegrator
Definition
DimensionAttrPutN uploads data to a numeric attribute for a dimension.
Syntax
DimensionAttrPutN (NumericValue, DimensionName, AttrName, [LangLocaleCode]);
– NumericValue – the numeric 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.
Video Demo
Use DimensionAttrPutN to upload a number to the index attribute for the Employee dimension.