I have a In-DB filter which I am trying to use to filter out data for multiple fields. See below....In plain english.....
I do not was any lines that have a Status of D
I do not was any lines that have a PolSubType of Submission
I do not was any lines that have a PolSubType of Accounting
etc..................
For example, If a Line has a Status of D and "RenewalList" = 'Annual........ I DO NOT want that line because of the Status = D
"Status" != 'D'
OR
"PolSubType" != 'Submission'
OR
"PolSubType" != 'Accounting'
OR
"Cust Active" = 'Y'
OR
"RenewalList" = 'Annual'
OR
"RenewalList" = 'Expiration'