Maintain filters

Because ActivityHD is data-centric, you have lots of data at your disposal. Sometimes the sheer volume of data can be overwhelming. You can use filters to reduce the data in a view to just the records you need to see. You can use Maintain Filters to create and modify filters for each entity.

×

Comparison operators

A comparison operator is a symbol or phrase that indicates how to compare data values. ActivityHD uses comparison operators to construct filter conditions on some fields.

The following table shows the comparison operators available in ActivityHD. The set of operators available in a particular context depends on the data type of the field you are performing comparisons on.

Operator Action
like Looks for values that match a specified pattern. Wildcards such as * and ? can be used to designate variable parts of the pattern.
not like Looks for values that do not match a specified pattern. Wildcards such as * and ? can be used to designate variable parts of the pattern.
= Looks for values that are equal to the value specified.
<> Looks for values that are not equal to the value specified.
> Looks for values that are greater than the value specified.
>= Looks for values that are greater than or equal to the value specified.
< Looks for values that are less than the value specified.
<= Looks for values that are less than or equal to the value specified.
between Looks for values that fall between the value specified and another value.
not between Looks for values that do not fall between the value specified and another value.