> I have a collection that contains the following data:
> EmpId CourseIdDate_Taken Assessment
> 12341 01/01/2000 PASS
> 12342 01/02/2001 PASS
> 12344 01/05/2002 PASS
> 12341 01/04/2003 PASS
>
Mike,
A question is this collection been generated from a database via a sql
statement, because if it is you would be able to change the sql to "group
by" the "EmpID" which would get you almost all the way to the output you
want. All that would be left is to do a bit of scripting to only displa
2 matches
Mail list logo