Appboard/2.4/builder/compare static value filter

Simple Property Comparison Filter Rule

This Filter Rule is based on the comparison of a property's value to a static value. This rule is an expression comprised of the following fields:

Field Description
Property This is the field name in the Data Collection to perform the comparison against.
Comparator This is the operation part of the expression; for example, Equal to(=), Not equal to(!=), Contains, etc.
Value This is the static value that the property will be evaluated against.


Template-tip.png
If you are checking to see if a value is not blank, and select only those records with valid data, there are different ways to do this. The recommended method is to use the "is not null" or "is not empty" comparison operator. If that does not work, then try using the "!=" operator against double quotes (empty string).