Hello,
i have a dataset which is a list of all the entitlements each user has.
in one column, i have the user id, and in the other one, the entitlements.
i need to check if all the users have the entitlement “aoro”. If they dont, then i want to display “check” or something like that.
The problem is that the id gets repeated in every row. So, for the same id, the person can have several entitlements.