C
Charles
Hi All:
I am trying to select those students who were enrolled
in their second fall, but dropped out in the third. I
need to get those people's record the fall before for
GPA. For example:
ID YR ENRL GPA
2 2 1 2.5
2 3 0 ..
3 2 1 3.2
3 3 1 3.3
4 2 0 ..
4 2 0 ..
5 2 1 1.9
5 3 0 ..
Only ID 2 and 5 meet my selection criteria and I need
to retain the record that has values for GPA (the
first record of the person if enrolled in Yr2 and
dropped in Yr3). I know someone out there can do this
easily. Thanks a lot!
Charles
I am trying to select those students who were enrolled
in their second fall, but dropped out in the third. I
need to get those people's record the fall before for
GPA. For example:
ID YR ENRL GPA
2 2 1 2.5
2 3 0 ..
3 2 1 3.2
3 3 1 3.3
4 2 0 ..
4 2 0 ..
5 2 1 1.9
5 3 0 ..
Only ID 2 and 5 meet my selection criteria and I need
to retain the record that has values for GPA (the
first record of the person if enrolled in Yr2 and
dropped in Yr3). I know someone out there can do this
easily. Thanks a lot!
Charles