how to print distinict values of a field in one row
i have a table of student containing multiple studnet's multiple records.
results of different exams during a semmmester.ie.
(students) (marks) (exam type)
abc 10 quiz
abc 20 assignments
abc 40 final
xyz 10 quiz
xyz 15 assignments
xyz 25 final
i want to design my report as...
student quiz assignments final
abc 10 20 40
xyz 10 15 25
how can i get this format.....
# 1 Re: how to print distinict values of a field in one row
Try a Cross-Tab report... You can select the Report-Expert when opening a New Report
jggtz at 2007-11-9 14:10:32 >

# 2 Re: how to print distinict values of a field in one row
Go to the details section, select section expert, look for format with multiple columns, when you click that box, you should see a layout tab appear, in the layout tab you can select the direction the info flows (up down, or left right) as well as if you want the Groups formated with multiple columns.
V361 at 2007-11-9 14:11:32 >
