ViewAttrPutN

ViewAttrPutN assigns a value to a numeric view attribute.

This function is valid in TM1® TurboIntegrator processes only.

Syntax

ViewAttrPutN(NumericValue, CubeName, ViewName, AttrName, [LangLocaleCode] );

Argument

Description

NumericValue

The value you want to assign to a view attribute.

CubeName

The parent cube of the view for which you want to assign an attribute value.

ViewName

The view for which you want to assign an attribute value.

AttrName

The attribute whose value you want to assign.

LangLocaleCode

This optional parameter specifies the language locale code to which the NumericValue applies.

Valid LangLocaleCode values correspond to the ISO 639-1 international language codes listed in the }Cultures control dimension.

When the LangLocaleCode is not specified or is omitted, the base attribute value is updated.

Example

This example assigns the value 8222001 to the Category_Code attribute of the Product view of the Sales cube, for the French language locale code.

ViewAttrPutN(8222001, 'Sales', 'Product', 'Category_Code','fr');