Hi, this is the scenario.
I have a list having 10 clients on which different resource charge their hours.
Some resources are trainee, others are Senior.
I want to filter out top 3 Seniors "and" top 3 trainees who have worked on that client during the year. So there maybe 5 seniors or 10 trainees on that code but i want 3 highest seniors and 3 highest trainees as per thw hours charged. And i want this for each of the 10 clients.
Is there any formula or SQL to get the output?
Thanks
I have a list having 10 clients on which different resource charge their hours.
Some resources are trainee, others are Senior.
I want to filter out top 3 Seniors "and" top 3 trainees who have worked on that client during the year. So there maybe 5 seniors or 10 trainees on that code but i want 3 highest seniors and 3 highest trainees as per thw hours charged. And i want this for each of the 10 clients.
Is there any formula or SQL to get the output?
Thanks