Hi,
I have a table looking like this:
month value1 value2 value3
-------------------------------
1 33 45 7
2 4 77 46
3 5 99 12
And i want to have a report looking like this:
month 1 2 3
-------------------------------
value1 33 4 5
-------------------------------
value2 45 77 99
-------------------------------
value3 7 46 12
How can help me?!
Thx
I have a table looking like this:
month value1 value2 value3
-------------------------------
1 33 45 7
2 4 77 46
3 5 99 12
And i want to have a report looking like this:
month 1 2 3
-------------------------------
value1 33 4 5
-------------------------------
value2 45 77 99
-------------------------------
value3 7 46 12
How can help me?!
Thx