This is an old revision of the document!
MAX2
Description
Calculates the maximum of the two provided numbers
Parameters
Two attributes of the Number type or number constants or calculations producing number
Example
IF MAX2 (Transaction.Amount, Account.Balance) = 100 THEN ...