Group By Rows summing up ALPHA columns . having a hard time converting this input into . What command should i use to collapse data ?
A | B | C | |
100 | X | ||
200 | Y | ||
200 | Z |
this output
A | B | C | |
100 | X | ||
200 | Y | Z |
Solved! Go to Solution.
I used SUMMARIZE with CONCAT ( group by ) and it worked . Did not realize the CONCATENATE command does this . WOW !!!!
Will also try your suggestion which might be more robust for other complicated situations
Thanks
User | Count |
---|---|
19 | |
14 | |
13 | |
9 | |
8 |