TI Functions
TM1 Function for TI – ChoreAttrInsert
Available In
TurboIntegrator
Definition
ChoreAttrInsert creates an attribute for Chores.
Syntax
ChoreAttrInsert( PrevAttrName, NewAttrName, AttrType);
PrevAttrName = The attribute that precedes the new attribute that will be created. This can be left blank if there is no previous attribute or if the new attribute should be the first attribute.
NewAttrName = The name of the attribute to be created
AttrType = Enter one of 3 letters to designated the attribute type:
‘S’ = String type; ‘N’ = Numeric type; ‘A’ = Alias type
**Note: An alias attribute can only hold a unique string value for each chore
Video Demo
Use ChoreAttrInsert to create a numeric attribute, Numeric Chore Attribute, for Chores.