Skip to content

Greater than

Dr Simon Estill edited this page Jul 7, 2020 · 1 revision

This compares two integer values. If the filed value is more than the comparison value it returns true

Syntax

 {
            "conditionType": "greaterThan",
            "comparisonValue": 10,
            "questionId": "number"
 }

The above compares number to 10. If it is greater than 10 returns true.

Clone this wiki locally