YANKRAY
Technical User
- Nov 7, 2003
- 283
Using Crystal Reports 10.0
I have a report that will give me a list of Employees grouped by Supervisor.
I am attempting to add a new table that has the Clock In information for each empoloyee. The new table is TA_ATTENDANCE. This table lists all of the attendance for each employee. Each employee has an Employee Number for which I can link the two tables.
In the TA_ATTENDANCE table, clock in information is coded as "CI" for each day (field WORK_PERIOD) the employee comes to work and clocks in.
I want to show on the Employees grouped by Supervisor report that an employee is either "clocked in" or "not clocked in" for the current date. The WORK_PERIOD date field is a Date/Time field.
Any suggestion on how to accomplish this result?
EMPLOYEE-1 CLOCKED IN
EMPLOYEE-2 CLOCKED IN
EMPLOYEE-3 NOT CLOCKED IN
EMPLOYEE-4 CLOCKED IN
I have a report that will give me a list of Employees grouped by Supervisor.
I am attempting to add a new table that has the Clock In information for each empoloyee. The new table is TA_ATTENDANCE. This table lists all of the attendance for each employee. Each employee has an Employee Number for which I can link the two tables.
In the TA_ATTENDANCE table, clock in information is coded as "CI" for each day (field WORK_PERIOD) the employee comes to work and clocks in.
I want to show on the Employees grouped by Supervisor report that an employee is either "clocked in" or "not clocked in" for the current date. The WORK_PERIOD date field is a Date/Time field.
Any suggestion on how to accomplish this result?
EMPLOYEE-1 CLOCKED IN
EMPLOYEE-2 CLOCKED IN
EMPLOYEE-3 NOT CLOCKED IN
EMPLOYEE-4 CLOCKED IN