I have a report showing labor during the week.
It just takes the daily days in hours and shows the totals for each department. I have noticed one problem with two employees (father and son) both the same last name.
The report does not seperate these two individuals, but it does seperate people who have the same name but different departments. Could this be why? Is it because they have the same last name and the same department?
Because the group by in the report is this:
DEPARTMENT
LABORCODE
LNAME
I did not create this report, a contractor did. I have to fix it though. I think this is where the problem lies, but love to hear reassurance. Can I add another group by for the EMPLOYEEID without affecting anything?
Thanks,
Jon
It just takes the daily days in hours and shows the totals for each department. I have noticed one problem with two employees (father and son) both the same last name.
The report does not seperate these two individuals, but it does seperate people who have the same name but different departments. Could this be why? Is it because they have the same last name and the same department?
Because the group by in the report is this:
DEPARTMENT
LABORCODE
LNAME
I did not create this report, a contractor did. I have to fix it though. I think this is where the problem lies, but love to hear reassurance. Can I add another group by for the EMPLOYEEID without affecting anything?
Thanks,
Jon