Adding a filter to an ad hoc report
Filters define the selection criteria for the records you want to include in your report. They correspond to WHERE clauses in SQL statements. To create a filter you must specify the property that you want to filter on, a comparison operator such as Equal To or Like, and the value you're comparing the property to.
Note: This topic explains how to add a single filter. You can also add multiple filters.