Skip to content

Categorical Comparisons

These rules return boolean values encoded as 0 or 1 numerical values.

EQc

Numerical EQc(Categorical value1, Categorical value2)

Equality test between two categorical values.

NEQc

Numerical NEQc(Categorical value1, Categorical value2)

Inequality test between two categorical values.

Gc

Numerical Gc(Categorical value1, Categorical value2)

Greater than test between two categorical values.

GEc

Numerical GEc(Categorical value1, Categorical value2)

Greater than or equal test between two categorical values.

Lc

Numerical Lc(Categorical value1, Categorical value2)

Less than test between two categorical values.

LEc

Numerical LEc(Categorical value1, Categorical value2)

Less than or equal test between two categorical values.