The assignSummarize formula can only be used on Resource types (eg Vehicle, Restaurant, WorkOrder). It is used to summarize data using the crews or members who are currently assigned to each resource instance.
Format: assignSummarize ( targetClass.assignAttr.attrName )
The 2nd-part of the argument must refer to a Crew or Member level attribute which itself IS a resource assignment attribute.
The 3rd-part of the argument must be a Crew or Member attribute (the thing being summarized).
Examples:
-
assignSummarize ( crews.BreakfastAssign.Company )
-
assignSummarize ( members.HotelAssign.Gender )
Reminder
The formula, attribute name and data point must be spelled and in the same case as the formula, attribute or data point you are referencing.
E.g. If an attribute is called CrewType, in the formula, you must use CrewType. crewType and CREWTYPE will not reference the CrewType attribute.
Comments
0 comments
Please sign in to leave a comment.