Have SSN and StartDate fields. I need to pull only the 4th record when the count of records per SSN >= 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.
Some SSN's have less than 4 dates and some have more than 4. How is this done? I did this in Crystal reports but need to link the results to obtain more data.
Thanks for your help and time!!
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.
Some SSN's have less than 4 dates and some have more than 4. How is this done? I did this in Crystal reports but need to link the results to obtain more data.
Thanks for your help and time!!