Skip to main content
The NE function compares two values to check whether they are not equal. If they are not equal, it returns true.

Supported Product Scenarios

The NE function is supported in the following YiDA scenarios:
  • Form (main table fields)
  • Form (business association rules)
  • Form (validation)
  • Workflow design (validation rules)
  • Workflow design (association actions)

Syntax

Attribute Description

AttributeRequiredDescription
value1YesThe values to compare. Numerical, Text, Date, and other components are supported.
value2Yes

Return Value

Example

Use the NE() function to compare whether two dates are equal, as shown in the figure below.

Try It Out

When the requested quantity does not equal the stock quantity, form submission is blocked.