We had a contractor a long time ago come in and create this wonderful beautiful report which showed labor hours by date range. The problem is it totals all the hours for Monday, Tuesday, etc. For instance I choose Jan 1, 2004 till Feb 1, 2004 as a parameter entry. It gives me the total hours worked on monday-sunday for the employee. But I don't know why or who wanted this report cause it doesn't really help us.
I want it to display by week...so I'm thinking this would be a group by week number. I just don't know how to accomplish this in crystal reports. Right now the contractor had it group by department (engineering, purchasing, etc), then by labor code (employee, contractor, etc), then by employee last name...so im thinking right after employee last name I need another group. Group by week number. So that when I choose a time span: Jan 1, 2004-Feb 1, 2004 I get the output like so:
Engineering
Employees
Smith
Week 1 10 9 10 blah...total
Week 2 10 10 10 10 10 total
....
Stewart
Week 1
Week 2....
Purchasing......
.......
And so on and so on...
I want it to display by week...so I'm thinking this would be a group by week number. I just don't know how to accomplish this in crystal reports. Right now the contractor had it group by department (engineering, purchasing, etc), then by labor code (employee, contractor, etc), then by employee last name...so im thinking right after employee last name I need another group. Group by week number. So that when I choose a time span: Jan 1, 2004-Feb 1, 2004 I get the output like so:
Engineering
Employees
Smith
Week 1 10 9 10 blah...total
Week 2 10 10 10 10 10 total
....
Stewart
Week 1
Week 2....
Purchasing......
.......
And so on and so on...