I'm using crystal 9 with a csv file:
CSV File
person_id term area class
1 1014 TEST 1-1
1 1014 TEST 1-2
1 1048 TEST 1-3
1 1054 TEST 2-5
1 1062 PRP 4-5
1 1062 TEST 5-5
1 1064 PRP 6-7
1 1064 TEST 7-8
1 1076 TEST 8-8
2 1048 TEST 8-8
2 1048 TEST 8-9
2 1058 TEST 9-9
2 1058 PRP 6-7
I need the report to have:
person_id 1 took 4 TEST classes before they started taking the TEST and PRP in the same term "1062" and
1 TEST class after term "1064"
person_id 2 took 2 classes before they started taking the TEST and PRP in the same term "1058" and 0 TEST classes after term "1058"
I hope this makes sense and help is very appreciated.
Thanks
CSV File
person_id term area class
1 1014 TEST 1-1
1 1014 TEST 1-2
1 1048 TEST 1-3
1 1054 TEST 2-5
1 1062 PRP 4-5
1 1062 TEST 5-5
1 1064 PRP 6-7
1 1064 TEST 7-8
1 1076 TEST 8-8
2 1048 TEST 8-8
2 1048 TEST 8-9
2 1058 TEST 9-9
2 1058 PRP 6-7
I need the report to have:
person_id 1 took 4 TEST classes before they started taking the TEST and PRP in the same term "1062" and
1 TEST class after term "1064"
person_id 2 took 2 classes before they started taking the TEST and PRP in the same term "1058" and 0 TEST classes after term "1058"
I hope this makes sense and help is very appreciated.
Thanks