Siebel Search Administration Guide > Syntax For Filter Search Specifications > Filter Search Spec Syntax >

Comparison Operators


Table 33 describes the purpose of each comparison operator and gives an example of how it is used.

Table 33. Comparison Operators
Operator
Purpose
Example
=
Equality Text
[Publish External] = "Y"
<>
Inequality text
[Role] <> LookupValue ("ROLE_TYPE", "Manager")
>
Greater than
[Start Date] > Today()
<
Less than
[End Date] < Today() + 4
>=
Greater than or equal to
[Start Date] >= Today()
<=
Less than or equal to
[End Date] <= Today() - 4

NOTE:  The last 4 operators are used only for Date fields.


 Siebel Search Administration Guide, Version 7.5, Rev A 
 Published: 18 April 2003