Column filters

ActivityHD offers an impressive array of built-in filters and the ability to create and customize your own data filters. Sometimes, however, it's convenient to be able to perform ad hoc filtering. That's where column filters come in. Column filters provide an intuitive way of filtering an HD view without needing to create a traditional persistent filter. And column filters are sticky—if you leave the HD view where column filters are applied, when you return to it—even if you close ActivityHD, they are still applied!

Column filters work in combination with other filter sources. For a record to appear in HD view results, it must match the conditions from all filter sources:

  • All selected filters shown in the Filters field in the HD view header, if applied.
  • The condition in the Lookup field in the HD view header, if specified.
  • All applied column filters.
  • If the View Options feature is enabled, all selection conditions in View Options.

×

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.