Re: Creating List Catgeories from a Single Collection

2004-08-22 Thread Kishore Senji
> 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 >

RE: Creating List Catgeories from a Single Collection

2004-08-22 Thread Ruben Cepeda
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