DimensionATTRN
DimensionATTRN returns a numeric attribute for a specified dimension.
This function is valid in both rules and TurboIntegrator processes.
Syntax
DimensionATTRN(DimName, AttrName);
Argument |
Description |
---|---|
DimName |
A valid dimension name. |
AttrName |
The attribute for which you want to retrieve a value. This argument must be a valid attribute of the dimension. |
Example
In this example, the function returns the numeric value of the Accounting_Code attribute of the Plan_Business_Unit dimension.
DimensionATTRN('Plan_Business_Unit', 'Accounting_Code');