A script-enabled browser is required for this page to function properly.

Condition property

The Condition property is a SQL operator that defines the relationship between Parent Column and Child Column. For details on SQL operators, see the Oracle Server SQL Language Reference Manual.

Applies to

Links

Values

 
=
(equal to)
<
(less than)
<=
(less than or equal to)
<>
(not equal to)
>
(greater than)
>=
(greater than or equal to)
Like
The condition is true when the value in one column matches the pattern in the other column. The pattern can contain % and _ as wildcard characters.
Not Like
The condition is true when the value in one column does not match the pattern in the other column. The pattern can contain % and _ as wildcard characters.

Default

= (equal to)

Required/Optional

Required, if a Parent Column is specified.