Skip to main content
The NUMBERCOMPARE function compares two numbers.

Supported Product Scenarios

The NUMBERCOMPARE function is supported in the following YiDA scenarios:
  • Form (main table field)
  • Form (business association rule)
  • Form (validation)
  • Workflow design (validation rule)
  • Integration and automation
  • Workflow node
  • Connector

Format

Attribute Description

AttributeRequiredDescription
num1YesThe numerical value to compare.
num2Yes

Return Value

Example

As shown below, use the NUMBERCOMPARE() function to compare the values of two numerical components.

Try It Out

Compare the values of two numerical components. If Numerical component 1 is greater than Numerical component 2, the function returns true; otherwise, it returns false.