Condition - Variable
The Variable condition compares two Variables or values. The way the values are compared depends on the data type you select.
Global > Conditions > Condition set Add > Conditions Add > Variable select > Variable tab
Value 1
The first value to compare. Click the Variables icon to open the Variable browser.
Type
The data type the values are converted to before comparing. Available options:
- Boolean
- Decimal
- Double
- Int32
- Int64
- String
Condition
How the two values are compared. The available comparisons depend on the selected Type:
- Boolean - Equal, Not equal
- String - Equal, Not equal, Contains, Does not contain, RegEx match, RegEx no match
- Decimal, Double, Int32, Int64 - Equal, Not equal, Larger, Larger or equal, Smaller, Smaller or equal
Value 2
The second value to compare. Click the Variables icon to open the Variable browser.