Using WHERE in Base Rules

The ‘Where’ condition targets the ‘Return Value’ of the base rule in use used to further refine the output of that rule. Using the following conditions in the Where field allows for a finer selection of staff, the table below shows an example where the return value is of type number.

Condition Example Description
< <4 Less than returns values below four and excludes four.
> >4 Greater than returns values above four and excludes four.
= =4 Equals returns values equal to four and excludes any number less than or greater than four.
<> <>4 Not <> returns values greater than or less than four.
IIF =IFF(DyC,DyA,DyA) Varies by base rule. The IF THEN logic allows for a conditional inclusion. See examples below.

Examples: