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.