i want to display data horizontally column by column for example:
my table is STUD_DETAIL which contain 3 fields COURSENO,COURSETITEL and SEMESTER
courseno ,coursetitel, semester
501 math I
511 physics I
521 computer I
502 english I
522 urdu I
532 chemistry I
Crystal report is showing data like this
semester I
501 math
511 physics
521 computer
semester II
502 english
522 urdu
532 chemistry
Now i want to display my data like this:
semester I semester II
501 math 502 english
511 physics 522 urdu
521 computer 532 chemistry
Add comment