Hi All,
Using Crystal XI on SQL
Heres what i need.
I need to create a report that shows the true movement per week) of staff in different positions. i.e. Customer Service, Management etc
I have a table that contains employee details for each week as a snap shot, so, there can be emplyees that appear every week (existing staff), or some that start to appear every week from a particular week (new staff), and staff that dont appear anymore (resigned/terminated).
I have grouped as per below:
GH1 {@Position}
GH2 {HRStaff.datedump}
DET Nothing
What formula/method can be used to verify if a particular person existed in the previous group or not??
Instead of seeing this:
GH1 Customer Service Rep Total
GH2 05/04/2007 200
GH2 12/04/2007 200
I would like to see this:
GH1 Customer Service Rep Existing Resigned Joined
GH2 05/04/2007 150 50 50
GH2 12/04/2007 150 50 50
Cheers
Eddie S
Using Crystal XI on SQL
Heres what i need.
I need to create a report that shows the true movement per week) of staff in different positions. i.e. Customer Service, Management etc
I have a table that contains employee details for each week as a snap shot, so, there can be emplyees that appear every week (existing staff), or some that start to appear every week from a particular week (new staff), and staff that dont appear anymore (resigned/terminated).
I have grouped as per below:
GH1 {@Position}
GH2 {HRStaff.datedump}
DET Nothing
What formula/method can be used to verify if a particular person existed in the previous group or not??
Instead of seeing this:
GH1 Customer Service Rep Total
GH2 05/04/2007 200
GH2 12/04/2007 200
I would like to see this:
GH1 Customer Service Rep Existing Resigned Joined
GH2 05/04/2007 150 50 50
GH2 12/04/2007 150 50 50
Cheers
Eddie S