
Having something like a "table"
Hi...
I want to have something like a table in CrystalReports. This is not
problem if you want to have something like this:
Field1 Field2 Field3 Field4
---------------------------
-- Row1 ----->---->------>----->----->
-- Row2 ----->---->------>----->----->
-- Row3 ----->---->------>----->----->
But i want to have something like:
| | | |
Row1 Row2 Row3 Row4
Field1 | | | |
Field2 V V V V
Field3 | | | |
Field4 V V V V
Having the fields on the Y-axis - and the rows on the X-axis.
Is there any possibility?
Bye, David