CubeATTRS

CubeATTRS returns a string attribute for a specified cube.

This function is valid in both rules and TurboIntegrator processes.

Syntax

CubeATTRS(CubeName, AttrName);

Argument

Description

CubeName

A valid cube name.

AttrName

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

Example

In this example, the function returns the string value of the Owner attribute of the Product cube.

CubeATTRS('Product', 'Owner');