Using CR v.10
Have SSN and StartDate fields. I need to pull only the 4th record when the count of records per SSN > 4.
I group on SSN, then set up a formula FOO-
count({StartDate}, {SSN})
then in the Select Expert I made FOO > 4
Example:
SSN StartDate
123456789 7/1/05
7/2/05
7/3/05
7/4/05
7/5/05
I only want to show the 7/4/05.
How is this done?
Thanks in advance for you help and time!!
Have SSN and StartDate fields. I need to pull only the 4th record when the count of records per SSN > 4.
I group on SSN, then set up a formula FOO-
count({StartDate}, {SSN})
then in the Select Expert I made FOO > 4
Example:
SSN StartDate
123456789 7/1/05
7/2/05
7/3/05
7/4/05
7/5/05
I only want to show the 7/4/05.
How is this done?
Thanks in advance for you help and time!!