You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 35 Next »

On this page, operators separated by type of condition are listed.

Please pay attention that these are condition types, not the system types listed in the Column Type (sys_db_column_type) table.

In the first column, the user operator name is specified.

In the second column, the system operator name is specified, which is usable in condition strings.


Boolean


Operator Display NameSystem name
is=
is not!=
is sameSAMEAS
is differentNSAMEAS
is (calculated)IS_CALCULATED

To use the IS_CALCULATED operator, you need to configure it as a column extra attribute first. This attribute allows to use scripts as a condition value.

Choice


Operator Display NameSystem name
is=
is not!=
is one ofIN
is not one ofNOT IN
contains

LIKE

does not containNOTLIKE
starts with
STARTSWITH
ends withENDSWITH
is emptyISEMPTY
is not empty
ISNOTEMPTY
less than
<
greater than
>
less than or is
<=
greater than or is>=
betweenBETWEEN
is anythingANYTHING
is sameSAMEAS
is differentNSAMEAS
is (calculated)IS_CALCULATED

 

Datetime


Operator Display NameSystem name
onON
not onNOTON
before<
after>
at or before<=
at or after>=
betweenBETWEEN
contains

LIKE

does not containNOTLIKE
is emptyISEMPTY
is not emptyISNOTEMPTY
is anythingANYTHING
is sameSAMEAS
is differentNSAMEAS
year is
month is
quarter is
week is
day is
day od week is
hour is
is (calculated)IS_CALCULATED


Fieldname


Operator Display NameSystem name
containsLIKE
does not containNOTLIKE
starts withSTARTSWITH
ends withENDSWITH
is emptyISEMPTY
is not emptyISNOTEMPTY
is anythingANYTHING
is (calculated)IS_CALCULATED

Keywords


Operator Display NameSystem name
areARE
changesVALCHANGES
changes fromCHANGESFROM
changes toCHANGESTO
is (calculated)IS_CALCULATED

Image


Operator Display NameSystem name
is emptyISEMPTY
is not emptyISNOTEMPTY
is (calculated)IS_CALCULATED


List


Operator Display NameSystem name
hasHAS
has notHASNOT
is=
is not!=
containsLIKE
does not containNOTLIKE
is emptyISEMPTY
is not emptyISNOTEMPTY
contains (dynamic)CONTAINS_DYNAMIC
does not contain (dynamic)DOESNOTCONTAIN_DYNAMIC
is one ofIN
is (calculated)IS_CALCULATED


Big Integer, Decimal, Float, Integer, Numeric, Percent Complete, Percent Decimal, Small Integer


Operator Display NameSystem name
is=
is not!=
is one ofIN
less than<
greater than>
less than or is<=
greater than or is>=
betweenBETWEEN
is sameSAMEAS
is differentNSAMEAS
greater than fieldGT_FIELD
less than fieldLT_FIELD
greater than or is fieldGT_OR_EQUALS_FIELD
less than or is fieldLT_OR_EQUALS_FIELD
is emptyISEMPTY
is not emptyISNOTEMPTY
is anythingANYTHING
is (dynemic)DYNAMIC
is (calculated)IS_CALCULATED

Reference


Operator Display NameSystem name
is=
is not!=
is one ofIN
containsLIKE
does not containNOTLIKE
starts withSTARTSWITH
ends withENDSWITH
is emptyISEMPTY
is not emptyISNOTEMPTY
is anythingANYTHING
is sameSAMEAS
is differentNSAMEAS
is (dynamic)DYNAMIC
is not (dynamic)ISNOT_DYNAMIC
is (calculated)IS_CALCULATED

Record Class


Operator Display NameSystem name
is=
is not!=
is one ofIN
containsLIKE
does not containNOTLIKE
starts withSTARTSWITH
ends withENDSWITH
is (calculated)IS_CALCULATED

Script


Operator Display NameSystem name
containsLIKE
does not containNOTLIKE
is not emptyISNOTEMPTY
is anythingANYTHING
is (calculated)IS_CALCULATED

String, Text


Operator Display NameSystem name
containsLIKE
does not containNOTLIKE
starts withSTARTSWITH
ends withENDSWITH
is=
is not!=
is emptyISEMPTY
is not emptyISNOTEMPTY
is anythingANYTHING
is empty stringEMPTYSTRING
is sameSAMEAS
is differentNSAMEAS
is (calculated)IS_CALCULATED

Time


Operator Display NameSystem name
onON
not onNOTON
before<
after>
at or before<=
at or after>=
betweenBETWEEN
containsLIKE
does not containNOTLIKE
is emptyISEMPTY
is not emptyISNOTEMPTY
is anythingANYTHING
is sameSAMEAS
is differentNSAMEAS
hour is
is (calculated)IS_CALCULATED

  • No labels