Reporting : Native reporting system : How to edit or add a report : GUI editor : Select <class> Where dialog : Boolean symbols
  
Boolean symbols
=
equal to
<
less than
>
greater than
>=
greater than or equal to
<=
less than or equal to
< >
not equal to
starts with
is used to filter definitions with properties that start with a letter or number
like
is used to filter definitions with properties that are like (but not exactly the same) as a certain value.  This is best seen with wildcards (*). For example a query: Type = "Entity" and "Name" like "*t*", which reports on all entities that have a ‘t’ in the middle of their name. Customer, Overseas Customer but not Room.
is NULL
is used to filter definitions with properties that are empty.
is not NULL
is used to filter definitions with properties that are not empty or has a value.
Parent topic
Select <class> Where dialog