I am using Crystal 8.5 and SQLServer 2005.
I have a table with labor records. Each record includes: a date stamp, and employee ID, and hours worked. Employees may have multiple labor records on the same day.
The report I am trying to write will print employees whose record totals for one day exceed 8 hours. This is not problem when the employee works on one job for more than 8 hours. My problem occurs when the employee works on 2 or more jobs in one day and the total adds to more than 8 hours. I've tried grouping by date, then employee and summing the hours worked to a group footer. Then I suppress the detail and use section visibility to display only those when more than 8 hours. This is not working. Any help would be appreciated.
I have a table with labor records. Each record includes: a date stamp, and employee ID, and hours worked. Employees may have multiple labor records on the same day.
The report I am trying to write will print employees whose record totals for one day exceed 8 hours. This is not problem when the employee works on one job for more than 8 hours. My problem occurs when the employee works on 2 or more jobs in one day and the total adds to more than 8 hours. I've tried grouping by date, then employee and summing the hours worked to a group footer. Then I suppress the detail and use section visibility to display only those when more than 8 hours. This is not working. Any help would be appreciated.