ViewAttrS

ViewAttrS returns a string attribute for a specified view.

This function is valid in TM1® TurboIntegrator processes only.

Syntax

ViewAttrS(CubeName, ViewName, AttrName);

Argument

Description

CubeName

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

ViewName

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

AttrName

The attribute for which you want to retrieve a value. This argument must be a valid attribute of the view.

Example

ViewAttrS('Plan_Business_Unit', 'Sales', 'Manager');

In this example, the function returns the string value of the Manager attribute of the Sales view of the Plan_Business_Unit cube.