I have displayed record in the crystal report successfully but issue is that the subject name are not in proper oder.
Now i want to order the same subjectName for each student. In crystal report how i can do this???
tblDefSubject
SubjectID SubjectName
1              ABC
2              SKY
tblSetMarks
MarksID  AdmissionNo   SubjectName  Max  Obtain
1               R-1                ABC              50      34  
2               R-1                SKY              50      34
3               R-2                ABC              50      34  
4               R-3                SKY              50      34
how i can show subjectwise position with these in next column?