| When | Condition | Remarks |
|
Type : Comparable types : String, Numeric, Data, Timestamp Example : 10 1961-08-26 |
This condition uses a simple comparison of values, which must both be of comparable types. For example, strings can be compared with strings, but not with dates. |
|
Type : String Example : US|Mex |
This condition allows a regular expression to be used. Use of operators like "|" for OR and "&&" for AND relationship. This example will match USA or Mexico strings. |
|
Type : Numeric, Date, Timestamp with "~" as separator Example : 1998-01-01~1998-12-31 |
|
| Type : Matching field type from another datasource Example : See Remarks |
repository:/Sample/DataSource.ds:Field1 This retrieves the matching field from another datasource for filtering values. |
|
|
Nothing to enter | Check whether if there is no content. Note that zero value is not considered null. |
|
Enter a script condition by specifying the matching type. Example : Field1==5|Field2=="US|Mex" where Field1 is numeric and Field2 is string. |
This is useful for enter multiple conditions or complex conditions using standard JavaScript. |