I have 3 tables. 1 with employee information (ie; name address, start date etc), 1 with employee history (ie; pay period ended dates, types of payments (annual leave ordinary etc) and the other table is timesheet history, where I am pulling the GL code from.
(I only want details for one particular GL Code). I think it is this last table which is causing problems. "Timesheet History".
Timesheet History and Employee History are both linking to Employee with the link going to a field called "Employee Id".
I want: Employee Name, Period Ended Date, Ord Hrs Worked, Dollar Value Paid Out.
I only want employees with wages being charged to one particular cost centre.
I need the employee table for the employee name. I need the employee history table for the period ended date, hours worked and paid. I need the timesheet history table to give me the cost centre these were charged to.
I am filtering by cost centre (ie; GL Code is equal to 4611396).
If you can't get the links sorted, you could always suppress the extra detail lines. That's what I do on a lot of my reports, cases where extra suppressed lines do no harm.
Specifically, for Crystal 8.5
a) Right-click and [Format Section].
b) Set up a Suppress formula
{Employee ID} = Previous ({Employee ID})
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.