kharismatik
Technical User
I am new to Crystal. I am attempting to create a promotions report and am having trouble displaying the previous job & position codes. This report will have a date condition and an personnel action condition. Below is an example of the data.
Emp. Posn Job Begin Date End Date Action
1 10 01 1/1/09 Null Promotion
1 11 02 10/31/08 12/31/08 Salary Incr.
1 11 02 5/30/08 10/30/08 Promotion
1 12 03 1/14/08 5/29/08 Correction
2 14 04 12/14/08 Null Salary Incr.
2 15 05 10/1/08 12/13/08 Promotion
3 16 06 12/21/08 Null Correction
3 17 07 6/25/08 12/20/08 Promotion
3 18 07 3/24/08 6/24/08 Salary Incr.
My desired result would be (begin date >= 1/1/2008, action = Promotion):
Employee 1: Position = 11; Job Code: 02
Employee 1: Position = 12; Job Code: 03
Employee 2: Position = Null; Job Code: Null
Employee 3: Position = 18; Job Code: 07
Can this be done? If so, please help. Thanks!
Emp. Posn Job Begin Date End Date Action
1 10 01 1/1/09 Null Promotion
1 11 02 10/31/08 12/31/08 Salary Incr.
1 11 02 5/30/08 10/30/08 Promotion
1 12 03 1/14/08 5/29/08 Correction
2 14 04 12/14/08 Null Salary Incr.
2 15 05 10/1/08 12/13/08 Promotion
3 16 06 12/21/08 Null Correction
3 17 07 6/25/08 12/20/08 Promotion
3 18 07 3/24/08 6/24/08 Salary Incr.
My desired result would be (begin date >= 1/1/2008, action = Promotion):
Employee 1: Position = 11; Job Code: 02
Employee 1: Position = 12; Job Code: 03
Employee 2: Position = Null; Job Code: Null
Employee 3: Position = 18; Job Code: 07
Can this be done? If so, please help. Thanks!