Getting Started > Common Windchill RV&S Operations > Defining Rules > Working With Conditions
  
Working With Conditions
When working with conditions, the meaning of the operator depends on whether the field you are using in the rule is single or multi valued.
Valid Operators
Operator
Description
=
Equals (single-valued fields)
Contains (multi-valued fields)
<>
Does not equal (single-valued fields)
Does not contain (multi-valued fields)
>
Greater than (single-valued fields)
Contains at least one element greater than (multi-valued fields)
>=
Greater than or equal (single-valued fields)
Contains at least one element greater than or equal to (multi-valued fields)
<
Less than (single-valued fields)
Contains at least one element less than (multi-valued fields)
<=
Less than or equal to (single-valued fields)
Contains at least one element less than or equal to (multi-valued fields)
!=
Does not equal (single-valued fields)
Not all elements are identical (multi-valued fields)
==
Equals (single-valued fields)
All elements match (multi-valued fields)
To create a condition involving field values
To create a condition involving user groups
To create a condition involving type properties
To create a pre-condition associated with a document
To replace an existing condition with a new one