CubeATTRN

CubeATTRN returns a numeric attribute for a specified cube.

This function is valid in both rules and TurboIntegrator processes.

Syntax

CubeATTRN(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 numeric value of the Accounting_Code attribute of the Product cube.

CubeATTRN('Product', 'Accounting_Code');