Hi i have a table like
Test_id, failed, passed, na
where the data would be something like
101, 3, 2, 4
101, 2,7,8
101, 45,6,7
102, 234,5,3
102, 3,23,2
etc....
i want to idealy return the test_id and the total in each column for the for the biggest 5 (or however many) tests that failed...