Using Crystal Report 9
Table1 Fields
Date ShiftName ID Name Intime Outtime Department
02-02-2009 MorningShift 001 Raja 07:00 03:00 Account
02-02-2009 MorningShift 002 Ravi 07:00 03:00 IT
02-02-2009 EveningShift 001 Raja 18:00 22:00 Account
03-02-2009 MorningShift 003 Rakesh 07:00 03:00 HR
03-02-2009 EveningShift 002 Ravi 18:00 22:00 IT
03-02-2009 NightShift 004 Suresh 21:00 03:00 Admin
...,
From the above Table I want to Display in this Format
Date
ShiftName (Intime, Outtime)
ID's
Group By Department
Expected Output
02-02-2009
MorningShift (07:00 - 03:00)
003 Raja
002 Ravi
EveningShift (18:00 - 22:00)
001 Raja
03-02-2009
MorningShift (07:00 - 03:00)
003 Rakesh
EveningShift (18:00 - 22:00)
002 Ravi
NightShift (21:00 - 03:00)
004 Suresh
...,
Group By Department
How to display the report in this format, I Know grouping, ordering, But i don't know how to display like this format.
Can any one give me a idea to display the report in the above format?
Need Crystal Report Help.