Using Crystal Report 7
I want to split the detail section
Table1
id name value
001 rajan 200
002 vijan 300
003 suresh 400
004 shamith 500
....
I want to view the table in crystal report below mentioned format
Crystal Report Details Section
001 002
rajan Vijan
200 300
003 004
suresh Shamith
400 500
…
…
How to do this.
Any one give some ideas.
I’ve not used Crystal version that old but in all the versions i’ve used you can place the fields in any way horizontally or vertically on the report canvas- so that shouldn’t be a problem.
To format in columns you can go into the section expert and tick “format with multiple columns” in the details section. Then on the columns tab enter the width of your column (to get two columns divid your page width in 2) and make sure “across then down” is chosen.