The multiply formula will multiply the numeric values of two or more attributes at the same level (member, crew, group).
Format: multiply( attr1, attr2, attr3, ... )
Results are always rounded to two decimal places. Also supports literal numeric values as 2nd+ argument.
Examples:
-
multiply ( NumMembers, 2 )
-
multiply ( NumTrucks, DailyFuel )
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.