Suppose, I have 3 columns
A B C
1 4 7
2 5 7
3 6 8
---
6 15 22
I want the total of the each column . There are no key values in my data that can be used as a group field for a "Group By Step".
Please help me.
A B C
1 4 7
2 5 7
3 6 8
---
6 15 22
I want the total of the each column . There are no key values in my data that can be used as a group field for a "Group By Step".
Please help me.