Question
Sorting a report by number of requests (or tasks) someone is assigned to
Overall, I am pulling a report on how many requests certain users are assigned to that hit a specific criteria (i.e. the users assigned to requests with the highest scores). Then I am looking to sort by who is assigned to the most down to the least.
Problem, I cannot think of a way to sort by the count of assignments
Any feedback would help!