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 ...
index function function list mathematical
Calculates the maximum of the two provided numbers
Two attributes of the Number type or number constants or calculations producing number
IF MAX2 (Transaction.Amount, Account.Balance) = 100 THEN ...