shadowlesshand
Programmer
Hi All,
I need to generate records for reports.
Currently I have:
SOME_ID EmpName ShiftType
101 John Normal
101 John OT
102 Ann Normal
102 Ann Absent
102 Ann OT
101 John Absent
Now I want to create a view which will look like..
SOME_ID EmpName ShiftType ShiftType ShiftType
101 John Normal OT Absent
102 Ann Normal Absent OT
Eagerly waiting, Please Suggest,
Thanks,
I need to generate records for reports.
Currently I have:
SOME_ID EmpName ShiftType
101 John Normal
101 John OT
102 Ann Normal
102 Ann Absent
102 Ann OT
101 John Absent
Now I want to create a view which will look like..
SOME_ID EmpName ShiftType ShiftType ShiftType
101 John Normal OT Absent
102 Ann Normal Absent OT
Eagerly waiting, Please Suggest,
Thanks,