Greater than - smbc-digital/form-builder GitHub Wiki

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.

⚠️ **GitHub.com Fallback** ⚠️