ProcessAttrN
ProcessAttrN returns a numeric attribute for a specified process.
This function is valid in TM1® TurboIntegrator processes only.
Syntax
ProcessAttrN(ProcessName, AttrName);
Argument |
Description |
---|---|
ProcessName |
A valid process name. |
AttrName |
The attribute for which you want to retrieve a value. This argument must be a valid attribute of the process. |
Example
In this example, the function returns the numeric value of the Store_Code attribute of the Daily_Sales process.
ProcessAttrN('Daily_Sales', 'Store_Code');