I have a number of departments. In each department I have a manager. What I am looking for is a report to list each of the employees in that department with the managers ID after each employee.
This is what I am trying
(SELECT ("B"."EMPLID")
FROM "PS_JOB" "B"
WHERE (...
Is it possible to write a derived field that will pull a range of checks and give the check gross?
something like...
DECODE ( CHECK DATE , CHECK DATE RANGE , CHECK GROSS )
?
I am trying to pull a report that will show all DEPTIDs between '000100' and '009000'. I need the report to then pull the active employee's EMPLID with JOBCODE 12104 (there will only be 1 employee with that jobcode) If there are only terminated employees with jobcode 12104 I still want the...
I would like to put together a report that pulls total hours. I would need one dirived field for January and another field for February. Any ideas how I can do this?
Thanks
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.