Hi Community,
I have a set of data with groups (Employees) and I would like to delete the whole group if a specific Value is not included in the group. Please see the example below:
Condition: Delete Employee Group if Employee has no "Hypo" Pay Item -- here A has to be deleted.
| Employee group | Pay Item |
| A | Add. S |
| A | BS |
| B | BS |
| B | Hypo |
| B | Add. S |
| C | Hypo |
| C | BS |
Thanks for your help!