Hi all, I have a report on our employee table grouped by department_id where I'm showing employee_id, first, last name and productivity. I need to display at every group footer the highest productivity and the first and last name of the corresponding employee. Displaying the highest productivity is just a matter of using a max summary field, but I'm not sure about the names... does anyone know how to do this?? Thanks.