Filter Group Examples

The following statement returns results that have only Medical Device as the product family and may have the term forceps or clamps included in the product family name:

'Product Family Type' equals 'Medical Devices' and ('Family Name' contains 'forceps' or 'Family Name' contains 'clamp')

Compare this to a similar statement:

'Product Family Type' equals 'Medical Devices' and 'Family Name' contains 'forceps' or 'Family Name' contains 'clamp'

Without the parentheses, this filter returns records that can include other product family types in addition to Medical Devices, such as Pharma-Med Device, because the terms forceps or clamp appear in the product family name.