Question : transpose rows and columns in Crystal Reports 9

I have  a stored procedure that returns inventory counts, and values from a SQL server 2000 database that looks like this as returned by the stored procedure:
1:
2:
3:
4:
5:
Code | ItemCount | DollarValueCounted | Adjustments 
----------------------------------------------------
X    |   83      |    6888.17         |  1.00  
Y    |    2      |    1166.12         | 12.00  
Z    |   21      |     769.23         | 32.94


I would like to transpose the rows and columns so that the result from Crystal Reports looks like this when I print it out:

 
1:
2:
3:
4:
5:
                     X Items | Y Items | Z Items | Total
----------------------------------------------------------
ItemCount          |   83    |    2    |  21     |  106
DollarValueCounted | 6888.17 | 1166.12 | 769.23  | 8823.52
Adjustments        |    1.00 |   12.00 |  32.94  |   45.94


Every attempt I have made gives me a duplicate table or crosstab for each of the X, Y, and Z items. Does anyone have recommendations how to get the suggested output?

Thank you.

Answer : transpose rows and columns in Crystal Reports 9

Have you checked the settings on VSS? Go to My Computer, Right click on teh C: and go to previous versions. Are there a bunch of previous versions or is it creating these too often or too large?
Random Solutions  
 
programming4us programming4us