Hello,
I have a table which has emp_id, begin_date, end_date, leave_type, hours_taken. The values are
emp_id begin_date end_date leave_type, hours_taken
1 11/02/2006 AL 8
1 11/05/2006 11/08/2006 SL 40
1 11/15/2006 AL 8
2 11/01/2006 AL 8
I want to make a report like this.
emp_id 11/01/2006 11/02/2006 11/05/2006 11/06/2006 11/30
1 8 8 8
2 8
hours taken should be printed in red if leave_type is AL and so on.
We are on CR10 with oracle as the database.
Any help is grealty appreciated.
Thanks.
I have a table which has emp_id, begin_date, end_date, leave_type, hours_taken. The values are
emp_id begin_date end_date leave_type, hours_taken
1 11/02/2006 AL 8
1 11/05/2006 11/08/2006 SL 40
1 11/15/2006 AL 8
2 11/01/2006 AL 8
I want to make a report like this.
emp_id 11/01/2006 11/02/2006 11/05/2006 11/06/2006 11/30
1 8 8 8
2 8
hours taken should be printed in red if leave_type is AL and so on.
We are on CR10 with oracle as the database.
Any help is grealty appreciated.
Thanks.