Filtered Summary 2.0 features two filter types to meet a wide range of functional requirements. Each column can contain unique filter types which can be applied to text and numeric characters.

Equals- Will filter and display data where the column data is an exact match to the filter value(s) contained in the Filter property.
| "Equals" Filter Type Examples |
|
| Source Data Value |
Column Filter Cell |
Logic Result |
| Bob |
Bob |
True- Exact Match |
| Bob |
Bobby |
False- Not an exact match |
Contains- Will Filter and display data when the column data contains the character strings contained in the Filter property. The contains filter type can be used to perform text searching within an Xcelsius dashboards.
| "Equals" Filter Type Examples |
|
| Source Data Value |
Column Filter Cell |
Logic Result |
| Bobby |
Bobby |
True- Source Data does contain the characters "Bobby" |
| Bobby |
Bob |
True- Source Data does contain the characters "Bob" |
| Bobby |
B |
True- Source Data does contain the characters "B" |
| Bobby |
Bond |
False- Source Data does not contain the characters “Bond” |
|