I am using CR8.5 with a SQL database. I have a report grouped by recruiter name and detail of interview information as follows:
Group1:
Recruiter Jim Smith:
Detail:
Name DateInterviewed InterviewedBy Req#
Jane Doe 3/1/2005 Betty Banns 578
Recruiter Carol Johns
Detail:
Bill Banes 1/2/2005 Carol Johns 684
Jane Doe 3/15/2005 Tim Towns 578
In the case of Jane Doe above, where she is interviewed twice for the same req#, I only want the record with the latest interview date. The record for Jane Doe with the earlier interview date for the same req# should not show in the report. Then I will need to sum total interviews for each recruiter.
Thanks in advance for your help!
Group1:
Recruiter Jim Smith:
Detail:
Name DateInterviewed InterviewedBy Req#
Jane Doe 3/1/2005 Betty Banns 578
Recruiter Carol Johns
Detail:
Bill Banes 1/2/2005 Carol Johns 684
Jane Doe 3/15/2005 Tim Towns 578
In the case of Jane Doe above, where she is interviewed twice for the same req#, I only want the record with the latest interview date. The record for Jane Doe with the earlier interview date for the same req# should not show in the report. Then I will need to sum total interviews for each recruiter.
Thanks in advance for your help!