=GTNUM (Greater Than Number)
The GTNUM function compares two numeric values and returns whether the first number is greater than the second number. Useful for numeric validation, conditional logic, and workflow decisions.
This function returns 1 if “True”, 0 if “False”.
Syntax
Section titled “Syntax”=GTNUM(IsThisNumber; GreaterThanThisNumber)Parameters
Section titled “Parameters”-
IsThisNumber – The number you want to evaluate.
-
GreaterThanThisNumber – The number to compare against.
How It Works
Section titled “How It Works”-
Returns 1 (true) if IsThisNumber is greater than GreaterThanThisNumber.
-
Returns 0 (false) if IsThisNumber is equal to or less than GreaterThanThisNumber.
Usage Notes
Section titled “Usage Notes”-
Works with integers, decimals, and numeric field tokens.
-
Formula functions are case sensitive and must be written in ALL CAPS.
Example
Section titled “Example”=GTNUM(55; 50)Returns: 1 “True”

Keywords
Section titled “Keywords”GTNUM, greater than number, numeric comparison, conditional logic, workflow formulas, true/false, process field number, formula function