This condition is based on the fact that the code “9091” exists but “9092” does NOT exist against that same Description… so basically it needs to check if both “9091” and “9092” exist against each Description, and if so remove from the datatable, in which case this cancels out Banana. I hope this makes sense
This is close… basically in my system a “9091” code means Added, and “9092” means Removed
I need to be able to see which items have been Added, but not Removed (based on what these codes mean in our system). So I’m hoping to filter the datatable based on Description where there is only “9091” value and there’s no “9092” value against it. For example in my above post, Apple only has “9091”.