Appboard/2.5/builder/compare static value filter: Difference between revisions

imported>Jason.nicholls
No edit summary
 
imported>Jason.nicholls
m (1 revision)
 
(No difference)

Latest revision as of 15:52, 26 June 2014

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).