Element Test

Test for comparison of two values (usually strings).

Name

Type

Required

Description

Case Insensitive

Boolean

Yes

Case (upper/lower) of letters is ignored in comparison of two strings. Default value: false

Dia Insensitive

Boolean

Yes

Diacritics are ignored in comparison of two strings. Default value: false

Expression

String

Yes

Expression passed as argument for the test function (usually just the name of the column).

Function

String

Yes

Name of comparison function. See list of matching functions.

Limits

String

No

Comma delimited list of numbers. Defines mapping of test results from interval to integer. This is best explained through example: Example: Limits="3,5,10" defines the following intervals [0,3] (3,6] (6,10] (10,inf).. The results of the test function are mapped the following ways: results 0,1,2,3 are mapped to 0; results 4,5,6 are mapped to 1; results 7,8,9,10 are mapped to 2 and numbers greater then 10 are mapped to 3. Note that the test weight is used after this mapping.

Relative

Boolean

Yes

Relative version of test function is used (if such version exists). Default value: false

Result For Null Arguments

Double

No

Test result value if at least one of the arguments is null. Test evaluation ends in such cases.

Weight

Double

Yes

Weight of test by which the test result is multiplied. Default value: 1


iWay Software