So I have the following data as output statistics from a search:
User Group Number
Andy A 123
Andy B 123
Andy C 123
Bob A 123
Bob B 123
Cam A 123
Cam B 123
Cam C 123
How can I rearrange it so that it becomes:
User A B C
Andy 123 123 123
Bob 123 123 0
Cam 123 123 123
Also, what is this rearranging called?
↧