Hi,
Can you please tell me how can I convert the data which is in multiple columns to 1 single row?
Original format:
ID
NAME
VALUE
123
A
1
123
B
2
123
C
3
123
D
4
123
E
5
To be converted like this:
ID
A
B
C
D
E
123
1
2
3
4
5
Appreciate any help!
Thanks!
Forums: