M
murrell
I'd like to run a weekly report showing all employees, the amount o
overtime worked and the amount of overtime refused for that particula
week - even if the employee has 0 hours worked or refused. The proble
is that those employees for whom no data was entered in that particula
week do not show up on the report. How do I get around this withou
entering "0" for those employees for that week?
The data is stored in a list and the report accesses it through
query. If there is no data for that employee for that week, the quer
does not pick them up. Is there some way to automatically populate th
list with zeroes for each employee who does not have data entered?
Thanks for your help
overtime worked and the amount of overtime refused for that particula
week - even if the employee has 0 hours worked or refused. The proble
is that those employees for whom no data was entered in that particula
week do not show up on the report. How do I get around this withou
entering "0" for those employees for that week?
The data is stored in a list and the report accesses it through
query. If there is no data for that employee for that week, the quer
does not pick them up. Is there some way to automatically populate th
list with zeroes for each employee who does not have data entered?
Thanks for your help