Probably simple....
I am using the avg function in a query to calculate the average risk score of all employees. But when i do it my quesry looks like this
Joe shmoe 2.345
Joe shmoe average 2.345
jane doe 2.567
jane doe avg 2.567
how do i make it say only one of those lines. I dont care which i just want it tohave one line per employee.
Thanks
I am using the avg function in a query to calculate the average risk score of all employees. But when i do it my quesry looks like this
Joe shmoe 2.345
Joe shmoe average 2.345
jane doe 2.567
jane doe avg 2.567
how do i make it say only one of those lines. I dont care which i just want it tohave one line per employee.
Thanks