Specify Domain Values

Domain values are the set of expected values for a term. Domain values are not used to validate rules. They are used to enable faster and easier rule authoring. They are displayed in the Equation Editor, which enables you to add a value to an expression by double-clicking on the value.
Domain values can include term or variable names. For continuous values, you can use the greater than (>), less than (<), and equal (=) signs to set limits for ranges. You cannot include a semi-colon (;) within a domain value. You do not need to enclose Character values in quotation marks unless the value itself contains an apostrophe (').
Separate individual domain values with a semi-colon (;).
Note: To enter continuous Date and Datetime values, enclose the values in single quotation marks, followed by a d or dt as shown in the following table.
The following table shows examples of domain values.
Examples of Domain Values
Data Type
Domain Type
Examples
Character
Discrete
high risk;low risk
"d'oscail";"d'fhill"
Integer
Discrete
0;800;3500
Continuous
>100;<=myterm
Decimal
Discrete
3.14;12.98
Continuous
>1.25;<=N1
Date
Discrete
01jul2012;31jul2012
Continuous
>='01jan2013'd;<='31dec2013'd
Datetime
Discrete
01jul2012:10:52:00;31jul2012:23:00:00
Continuous
<='01jul2012:00:00:00'dt;>'31jul2012:23:00:00'dt
Boolean
By default, Boolean values are set to True and False and cannot be changed.
Last updated: February 22, 2017