Skip navigation

FlexPro Documentation 2025

Comparison

Operator

Available In

Used For

Equal To (==)

View, Basic, Professional, Developer Suite

Compares two numeric expressions and returns TRUE if the left expression is equal to the right expression.

Greater Than Or Equal To (>=)

View, Basic, Professional, Developer Suite

Compares two numeric expressions and returns TRUE if the left expression is greater than or equal to the right expression.

Greater Than (>)

View, Basic, Professional, Developer Suite

Compares two numerical expressions and returns TRUE if the left expression is greater than the right expression.

Less Than Or Equal To (<=)

View, Basic, Professional, Developer Suite

Compares two numerical expressions and returns TRUE if the left expression is less than or equal to the right expression.

Less Than (<)

View, Basic, Professional, Developer Suite

Compares two numerical expressions and returns TRUE if the left expression is less than the right expression.

Not Equal To (<>)

View, Basic, Professional, Developer Suite

Compares two numerical expressions and returns TRUE if the left expression is not equal to the right expression.

FlexPro Documentation 2025

Comparison

Operator

Available In

Used For

Equal To (==)

View, Basic, Professional, Developer Suite

Compares two numeric expressions and returns TRUE if the left expression is equal to the right expression.

Greater Than Or Equal To (>=)

View, Basic, Professional, Developer Suite

Compares two numeric expressions and returns TRUE if the left expression is greater than or equal to the right expression.

Greater Than (>)

View, Basic, Professional, Developer Suite

Compares two numerical expressions and returns TRUE if the left expression is greater than the right expression.

Less Than Or Equal To (<=)

View, Basic, Professional, Developer Suite

Compares two numerical expressions and returns TRUE if the left expression is less than or equal to the right expression.

Less Than (<)

View, Basic, Professional, Developer Suite

Compares two numerical expressions and returns TRUE if the left expression is less than the right expression.

Not Equal To (<>)

View, Basic, Professional, Developer Suite

Compares two numerical expressions and returns TRUE if the left expression is not equal to the right expression.