ChoreAttrS
ChoreAttrS returns a string attribute for a specified chore.
This function is valid in TM1® TurboIntegrator processes only.
Syntax
ChoreAttrS(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 string value of the Owner attribute of the Exchange_Rate_Updates chore.
ChoreAttrS('Exchange_Rate_Updates', 'Owner');