Behaviors / Filter Spec

Background

Filtering allows users to limit the number of results in a report or a list according by finding those items that match the input of a filter field.

For instance, an input of 'FC%' in a filter field should return all results in the current list that begin with the letters 'FC'.

Without filtering, searching through a list of results can be time consuming.

Specification

  • Filter features
    • Entering information in a filter field and pressing enter causes the panel to redraw
    • Enter LastName automatically appends a wild card to the last name value
Comments