my requirement is to eliminate a record based on a specific condition. Each record has several status ie, AAA, ABC, BBB
TIM NY has several status, I want to eliminate this record where Name = TIM NY since it has Status = BBB.
Ishould get the results where name = JOH NJ since it does not have the status = BBB.
Name Y/N INC ST SAP Y/N Status
TIM NY Yes IO TN SAP No AAA
TIM NY Yes IO TN SAP No ABC
TIM NY Yes IO TN SAP No BBB
JOH NJ Yes IO NJ SAP No AAA
JOH NJ | Yes | IO | NJ | SAP | No | ABC |
Thank you.