J
John
I am looking for advise on a Report I wish to create that will show me total
number of employees that are clocked in each hour. It seems simple but I'm
usure of how to structure it.
I have pulled from a database information per employee per day (for a 7 day
period). This shows the following
StartTime, Break1Start, Break1End, Break2Start, Break2End, OutTime
Obviously not all employees are always clocked in i.e. days off etc, nor do
all employees take two breaks in a day etc.
For my Report I have hours running from 7:00am to 6:00am (23 hours) in
Column A, in Column C I am hoping (somehow) to show the number of Employees
that are clocked in for this particular hour and day. Day 2 will be shown in
Column D etc etc.
My Database that I pull the clock info is dynamic for dates and staff
clocked in.
Somehow I need to do some sort of "Lookup" to check if each employee has a
clock-in for that day, then see if its StartTime is before the particular
hour I'm looking to check and its EndTime is after the particular hour in
Column A, then total the number of employees that this applies to for a
particular day and hour. Then do this for each day etc.
Could anyone advise
Thanks
number of employees that are clocked in each hour. It seems simple but I'm
usure of how to structure it.
I have pulled from a database information per employee per day (for a 7 day
period). This shows the following
StartTime, Break1Start, Break1End, Break2Start, Break2End, OutTime
Obviously not all employees are always clocked in i.e. days off etc, nor do
all employees take two breaks in a day etc.
For my Report I have hours running from 7:00am to 6:00am (23 hours) in
Column A, in Column C I am hoping (somehow) to show the number of Employees
that are clocked in for this particular hour and day. Day 2 will be shown in
Column D etc etc.
My Database that I pull the clock info is dynamic for dates and staff
clocked in.
Somehow I need to do some sort of "Lookup" to check if each employee has a
clock-in for that day, then see if its StartTime is before the particular
hour I'm looking to check and its EndTime is after the particular hour in
Column A, then total the number of employees that this applies to for a
particular day and hour. Then do this for each day etc.
Could anyone advise
Thanks