I need to create a report in our time-labor system that shows who has no time in a given time period. I have two tables with the pertinent data: PERSON table that has one record per employee with static data about an employee (emplid, name, wage, etc.) and a TOTALS table that has a record for each shift an employee works (emplid, date/time, duration, etc.). If an employee doesn’t work, then there’s no entry in the TOTALS table for him/her.
I’m able to run a query directly in the db using a minus operator to get the data, but have no idea how to translate the same idea in Crystal. Any ideas?
Sandra.
I’m able to run a query directly in the db using a minus operator to get the data, but have no idea how to translate the same idea in Crystal. Any ideas?
Sandra.