I'm trying to group data of a column A, B, C, and D on Report column.
report  A  B  C  D
1       1  0  0  0
1       0  1  0  0
2       0  0  0  1
2       0  0  1  0
3       1  0  0  0
3       0  1  0  0     
4       0  0  1  0      
4       1  0  0  0
Here is what I'm trying to achieve
report  A  B  C  D
1       1  1  0  0
2       0  0  1  1
3       1  1  0  0 
4       1  0  1  0
Is there any straight forward way to achieve the result? Thank you very much!! I appreciate any support!
 
     
    