Sort on a Calculated field in a Report

P

PerplexedinKY

I have a report that lists every question missed on a test. I am trying to
refine this report to show me only the top ten most missed questions. The
query is set to display all missed answers, who missed them, and on what date
they were missed. I have a set my headers so that all of the questions are
gouped together. I then have a calculated field that counts the userid
associated with each question. I now want to use that calculated
"count([user id])" field to limit my report results and only show the
questions that were missed the most. Any ideas?
 
Top