Component-specific settings for tFilterRow
The following table describes the Job script functions and parameters that you can define in the setSettings {} function of the component.
Function/parameter | Description | Mandatory? |
---|---|---|
LOGICAL_OP |
Use this parameter to define a logical operator to combine simple conditions and to combine the filter results of both modes if any advanced conditions are defined.
|
Yes |
CONDITIONS {} |
Use this Job script function to define as many simple conditions as needed. Based on the logical operator specified, the conditions are evaluated one after the other in sequential order for each row. When evaluated, each condition returns the boolean value of true or false. Each condition is composed of the following parameters:
|
Yes |
USE_ADVANCED |
Set this parameter to true to allow using advanced conditions, when the operations you want to perform cannot be carried out through the standard functions offered, for example, different logical operations in the same component. By default, this parameter is set to false. |
No |
ADVANCED_COND |
Use this parameter to specify one or more advanced conditions. This parameter works only when the USE_ADVANCED is set to true. In the case of multiple advanced conditions, use a logical operator between two conditions:
|
Yes when USE_ADVANCED is set to true |
TSTATCATCHER_STATS |
Set this parameter to true to gather the processing metadata at the Job level as well as at each component level. By default, this parameter is set to false. |
No |
LABEL |
Use this parameter to specify a text label for the component. |
No |