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

Compare with Current View Page History

« Previous Version 31 Next »

n 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 emptyISEMPTY
is not emptyISNOTEMPTY
is anythingANYTHING
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

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
changesVALCHANGES
changes fromCHANGESFROM
changes toCHANGESTO

on

ON
not onNOTON
before<
after>
at or before<=
at or after>=
betweenBETWEEN
is emptyISEMPTY
is not emptyISNOTEMPTY
is anythingANYTHING
is sameSAMEAS
is differentNSAMEAS
is (calculated)IS_CALCULATED


Fieldname


Operator Display NameSystem name
starts withSTARTSWITH
ends withENDSWITH
changesVALCHANGES
changes fromCHANGESFROM
changes toCHANGESTO
containsLIKE
does not containNOTLIKE
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
changesVALCHANGES
changes fromCHANGESFROM
changes toCHANGESTO
is emptyISEMPTY
is not emptyISNOTEMPTY
is (calculated)IS_CALCULATED


List


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


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


Operator Display NameSystem name
changesVALCHANGES
changes fromCHANGESFROM
changes toCHANGESTO
is=
is not!=
is one ofIN
is emptyISEMPTY
is not emptyISNOTEMPTY
is anythingANYTHING
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 (calculated)IS_CALCULATED

Reference


Operator Display NameSystem name
changesVALCHANGES
changes fromCHANGESFROM
changes toCHANGESTO
starts withSTARTSWITH
ends withENDSWITH
containsLIKE
does not containNOTLIKE
is=
is not!=
is one ofIN
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
starts withSTARTSWITH
ends withENDSWITH
containsLIKE
does not containNOTLIKE
is=
is not!=
is one ofIN
changesVALCHANGES
changes fromCHANGESFROM
changes toCHANGESTO
is (calculated)IS_CALCULATED

Script


Operator Display NameSystem name
containsLIKE
does not containNOTLIKE
is not emptyISNOTEMPTY
is anythingANYTHING
changesVALCHANGES
changes fromCHANGESFROM
changes toCHANGESTO
is (calculated)IS_CALCULATED

String, Text


Operator Display NameSystem name
starts withSTARTSWITH
ends withENDSWITH
containsLIKE
does not containNOTLIKE
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
containsLIKE
onON
not onNOTON
before<
after>
at or before<=
at or after>=
betweenBETWEEN
is emptyISEMPTY
is not emptyISNOTEMPTY
is anythingANYTHING
is sameSAMEAS
is differentNSAMEAS
changesVALCHANGES
changes fromCHANGESFROM
changes toCHANGESTO
is (calculated)IS_CALCULATED

  • No labels