A filter restricts what records appear in a list by providing a set of conditions.A condition consists of the following parts.
Field: Each field contains some value.
Operator: Each field type has its own set of valid operators.Like greater than,less than,equals to etc
Value: Each field has its own set of values determined by the field type.
Grouping: Each condition line is grouped with an AND connector .The filter requires all condition lines linked with an AND connector to be met.We can Create, Edit, and Delete filters.
Following are the subtopics covered in this chapter:
Post your comment on this topic.