Hi,
I have a problem regarding a table which I would like to turn around - I'll explain. The table currently looks like this:
A B C D E Month
-----------------------------------------------------
0 1 2 3 4 June
1 2 3 4 5 July
6 7 8 9 10 August
Now I would like to have it in this form:
June July August
---------------------------
4 5 10
3 4 9
2 3 8
1 2 7
0 1 6
I know this is possible with unions, but I'm not sure exactly how. I need the transformation for a report.
Thanks for all advice!
kingsley
I have a problem regarding a table which I would like to turn around - I'll explain. The table currently looks like this:
A B C D E Month
-----------------------------------------------------
0 1 2 3 4 June
1 2 3 4 5 July
6 7 8 9 10 August
Now I would like to have it in this form:
June July August
---------------------------
4 5 10
3 4 9
2 3 8
1 2 7
0 1 6
I know this is possible with unions, but I'm not sure exactly how. I need the transformation for a report.
Thanks for all advice!
kingsley