Filter Group Examples
'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.