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 |
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 |