MAX( NUM, NUM )
Placeholder | Tooltip | Replace With |
NUM | n1: Number | A number value, such as a Number variable |
NUM | n2: Number | A number value, such as a Number variable (These values can be in any order.) |
Returns a Number value
The MAX expression compares two number values and returns the greater of the two.
In this example, HotDocs returns the value of either the Monthly Salary or the Monthly Expenses, depending on which is the greater value:
MAX( Monthly Salary, Monthly Expenses )