Hello All,
i have data having users information and profile information. Here i want to exclude the data if users have same profile information. I want to show only i if the users have different role.
Thanks,
NK
Solved! Go to Solution.
@atcodedog05 Thanks for your reply, Below is format input data and expected output
Input | ||||
Profile | User1 | User2 | User3 | User4 |
Role1 | 3 | 1 | ||
Role2 | 1 | 2 | 4 | 1 |
Role3 | 1 | 2 | ||
Role4 | 2 | 6 | 1 | 9 |
Output
Profile | User1 | User2 | User3 | User4 |
Role1 | 3 | 1 | ||
Role3 | 1 | 2 |
@atcodedog05 I just want to exclude the data if all the users have same role full filled
Hi @KNiranjan
So basically even if one role is not filled it should be shown.
Workflow:
Hope this helps : )
@atcodedog05 Thank you
Happy to help : ) @KNiranjan
Cheers and have a nice day!
User | Count |
---|---|
18 | |
14 | |
10 | |
6 | |
6 |