The divide formula will divide two numeric attributes at the same level (member, crew, group).
Format: divide( attr1, attr2, round )
The 2nd argument can be a literal numeric value. The 3rd argument specifies how many decimal places to round to -- this is optional and defaults to 2. Valid values are from 0 to 10.
In the examples, the “Summary” attribute would be a pre-req.
Examples:
-
divide( NumMembers, NumVehicles )
-
divide( NumTickets, 8 )
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.