I am really stock in this
I have a list of users and their privilege represented by a value in this example setup.
I have then made a pivot to group the privileges by the users to get an overview. But what I really need is to show how many unique combinations based on users there are in my table.
In the given example we have the combination of 1,2,3 and 4 on user A, so that is one unique combination. Now I need to know how many users (and who) shares this unique combi.
Again user B has a different unique combination, who else have that?
etc.
My data is 44000 rows with 1900 different users and 150 different privileges. So it's going to be a very long night...
I have a list of users and their privilege represented by a value in this example setup.
I have then made a pivot to group the privileges by the users to get an overview. But what I really need is to show how many unique combinations based on users there are in my table.
In the given example we have the combination of 1,2,3 and 4 on user A, so that is one unique combination. Now I need to know how many users (and who) shares this unique combi.
Again user B has a different unique combination, who else have that?
etc.
My data is 44000 rows with 1900 different users and 150 different privileges. So it's going to be a very long night...