skip to main content
Corticon Studio: Rule Language Guide : Rule operator details and examples : Other
 

Try Corticon Now

Other

SYNTAX

other

DESCRIPTION

When included in a condition's Values set (the drop-down list of values available in a Conditions Cell), other represents any value not explicitly included in the set, including null. If null is explicitly included in the Values set, then other does not include null.

USAGE RESTRICTIONS

The Literals row in the table of Summary Table of Vocabulary Usage Restriction does not apply. Special exception: other may only be used in Condition Cells (section 4 of the Sections of Rulesheet that correlate with usage restrictions ) because it is a non-specific value used in comparisons.

RULESHEET EXAMPLE

The following Rulesheet uses other to test the value of decimal1. If decimal1 has any value other than null, boolean1 is assigned the value of false.

SAMPLE TEST

A sample Ruletest provides three examples of decimal1. Ruletest Input and Output panels are shown below: