These four formulas all require two arguments, and will return Y or N when evaluated.
Format:
-
lessThan( attr1, attr2 )
-
lessThanOrEqual( attr1, attr2 )
-
greaterThan( attr1, attr2 )
-
greaterThanOrEqual( attr1, attr2 )
The 2nd argument can be a literal numeric value.
Examples:
-
lessThan ( RoomsAvailable, RoomsNeeded )
-
greaterThanOrEqual ( NumCrews, 1 )
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.