A single filter definition
Table of content
The Bool Filter lets you do a simple boolean comparison.
Numeric values will be converted following these rules:
-
trueif the value is > 0 -
falseif the value is <= 0

Properties
| Property | Description |
|---|---|
| Operand A | |
| Operand A | The first attribute of the comparison |
| Comparison | How to compare the two operand A & B. Either Equal (A == B) or Not Equal (A != B) |
| Compare Against | Type of operand B. Can be a per-point Attribute, or an easily overridable Constant. |
| Operand B | |
| Operand B (Constant or Attribute) | Operand B value, the second value to be tested. |