| Removed Fields |
Comparison AFTER
|
Compares if the date is after. |
Comparison BEFORE
|
Compares if the date is before. |
Comparison BEGIN_WITH
|
Compares if the string begin with. |
Comparison BETWEEN
|
Compares if the number or date is between. |
Comparison CONTAINS
|
Compares if the string contains. |
Comparison END_WITH
|
Compares if the string ends with. |
Comparison GREATER_OR_EQUALS
|
Compares by grather than or equal than (">="). |
Comparison GREATER_THAN
|
Compares by grather than (">"). |
Comparison IS
|
Compares by equal than ("="). |
Comparison IS_NOT
|
Compares by not equal than. |
Comparison IS_NOT_NULL
|
Compares if the value is not null. |
Comparison IS_NULL
|
Compares if the value is null. |
Comparison LESS_OR_EQUALS
|
Compares by less or equal than ("<="). |
Comparison LESS_THAN
|
Compares by less than ("<"). |
Comparison NOT_BEGIN_WITH
|
Compares if the string does not begin with. |
Comparison NOT_BETWEEN
|
Compares if the number or date does not between. |
Comparison NOT_CONTAINS
|
Compares if the string does not contains. |
Comparison NOT_END_WITH
|
Compares if the string does not end with. |
List VALUES
|
|