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