Hi all,
I have a question. I want my resulting table to have the cols "sum1" "sum2" "sum3" instead of a table with one column "tYear" and one column "tSum".
Example:
tYear tSum
2003 480
2002 270
2001 420
-->
sum1 sum2 sum3
480 270 420
This should be pretty easy.. but how do I do it?
Thanks,
graabein
I have a question. I want my resulting table to have the cols "sum1" "sum2" "sum3" instead of a table with one column "tYear" and one column "tSum".
Example:
tYear tSum
2003 480
2002 270
2001 420
-->
sum1 sum2 sum3
480 270 420
This should be pretty easy.. but how do I do it?
Thanks,
graabein