is posible to print in crystal not with that form order
== == ==
== == ==
== == ==
== == ==
== == ==
but with ....
== == == == ==
== == == == ==
== == == == ==
Printable View
is posible to print in crystal not with that form order
== == ==
== == ==
== == ==
== == ==
== == ==
but with ....
== == == == ==
== == == == ==
== == == == ==
?Quote:
Originally Posted by makisbest
Can you please use meaningful data and/or images? I have no idea what you mean.
I have data like this ... when my report is printQuote:
Originally Posted by King_George
1 10 20
2 11 21
3 12 22
4 13 23
but i wont to print like this
1 2 3 4
10 11 12 13 14
20 21 22 23 24
Any help
Yes. What you want is a cross-tab report I think. There are plenty of examples of cross-tabs in the CR Samples folder on your system (Assuming the full install) and if not there, then at the Business Objects website.Quote:
Originally Posted by makisbest