Hello all, I am relatively new to Crystal and need some help printing my data across the section instead of horizontally. here is the deal:
My Resultset produces the following:
Machine Oven1 Oven2 Oven3 Oven4
JET 100 150 200 300
GFG 105 125 132 140
I want to print the data on my report like below(with the second and each subsequent row NEXT to the previous row NOT the current default where it is horizontal):
JET GFG
100 105
150 125
200 132
300 140
Is there a way to do this? Currently I cannot get the data to print next to each other like above, it currently does this:
JET
100
150
200
300
GFG
105
125
etc.
Thanks in advance.
My Resultset produces the following:
Machine Oven1 Oven2 Oven3 Oven4
JET 100 150 200 300
GFG 105 125 132 140
I want to print the data on my report like below(with the second and each subsequent row NEXT to the previous row NOT the current default where it is horizontal):
JET GFG
100 105
150 125
200 132
300 140
Is there a way to do this? Currently I cannot get the data to print next to each other like above, it currently does this:
JET
100
150
200
300
GFG
105
125
etc.
Thanks in advance.