Promotic

New filter condition - configuration window

Description:
The window serves for creating a new row filter condition. Each condition represents a comparison between the search text and the value of a variable or data extension property. The condition is satisfied if the search text is found for the given comparison type. The texts are compared using the Pm.StringCmp method.
This configuration window can be opened by the "" button in the "Row filter" configuration window.
Configurators:
Logical operation between conditionsSpecifies the logical operation between the previous and newly created filter condition. According to the selected logical operation, the corresponding logical operator is inserted between the previous and the newly created condition. This allows the resulting filter condition to be composed of any number of sub-conditions. This configurator is enabled only if the JavaScript expression of the resulting filter condition is not empty.
AND - condition 1 and simultaneously condition 2 - Logical operation AND (and at the same time). The logical operator && will be inserted into the JavaScript expression between the previous condition and the newly created condition.
OR - condition 1 or condition 2 - Logical operation OR (or). The || logical operator will be inserted into the JavaScript expression between the previous condition and the newly created condition.
Negation of conditionLogical operation NOT (negation). The logical operator ! will be inserted into the JavaScript expression before the newly created condition.
Condition typeThe type of comparison between the search text and the value of the variable property or data extension property.
property begins at the searched text - The condition is satisfied if the property value of the variable or data extension begins with the searched text.
the property contains the searched text - The condition is satisfied if the property value of the variable or data extension contains the searched text in any position.
the property is identical to the search text - The condition is satisfied if the property value of the variable or data extension is the same as the searched text.
Variable property or data extension propertySelection of a variable property or data extension property, whose value is to be compared with the searched text.
Searched textText to be compared to the property value of the variable or data extension.
Case-sensitiveIf checked, then comparing the text will be case sensitive, i.e., in addition to the text, the case of the individual letters must also be the same for the condition to be satisfied.
Condition previewPreview of the JavaScript expression of the newly created condition.
See also:

History:
Pm9.00.23: Created
PROMOTIC 9.0.27 SCADA system documentation MICROSYS, spol. s r.o.

Send page remarkContact responsible person
© MICROSYS, spol. s r.o.