Hi all,
I created a cross-tab like this one below:
| 1/3/2009 | 2/3/2009 | 3/3/2009 | .......
--------------
1 | engin | 1 1 1
2 | pump |
3 | wires |
It works perfectly but now i would like to insert a row above the data of the y-axis in which to write the labels(ID, DESCRIPTION...).
I would like to obtain a cross-tab like this one below:
| 1/3/2009 | 2/3/2009 | 3/3/2009 | .......
ID| DESCR
----------------
1 | engine | 1 1 1
2 | pump |
3 | wires |
How can I do that?
Thank u all in advanced.
Best Regards.
Matty