I have a report that shows users skills and skill levels against target skills level. All skills have 5 levels.
The users might have earned more that one level of the skill, but I want only the highest level to show up in reports.
How can I exclude lower values if more that one earned level for same skill?
I want to remove the records with earnedlevelvalue 2, because same user have also level 3.?