Alphabetic Operators

From AgileApps Support Wiki
Revision as of 19:06, 8 October 2010 by imported>Aeric (Created page with ':{| border="1" cellpadding="5" cellspacing="0" !Operator !Description |- |<tt><nowiki>equals</nowiki></tt> | Returns only records with the specified value |- |<tt><nowiki>not equ…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Operator Description
equals Returns only records with the specified value
not equal to Returns only records that do not include the specified value
contains Returns only records that contain the specified value
not contains Returns only records that do not contain the specified value
starts with Returns only records that start with the specified value
does not start with Returns records that do not start with the specified value
ends with Returns only records that end with the specified value
less than Returns only records that are less than the specified value
greater than Returns only records that are more than the specified value