I have a table and the format is below:
Staff Client Problems Status
1 101 a 1
1 101 b 0
1 101 e 1
2 102 g 0
I want to create a report based on it and the format is as bellows and I do not know how many columns will be needed:
Staff Client Problem1 Status Problem2 Status Problem3 Status.....
1 101 a 1 b 0 e 1
2 102 g 0
Can you assist with this? Thanks!