Top 3 values in Charts

  • Thread starter Thread starter Robbie Doo
  • Start date Start date
R

Robbie Doo

There are a lot of inquiries about Top 3 or Top 10 Values in Reports. Is
there a way to do the same for charts?
 
Hi Tom:

For some reason I never get the right results with queries. I usually leave
the queries open and get the results in the reports.
I tried to do a top 3 in the query I was getting error messages so I gave up.
 
BTW, I get the following msg:

"You have written a subquery that can return more than one field without
using the EXISTS reserved word in the main query's FROM clause. Revise the
SELECT statement of the subquery to request only one field."
 
Hi Roger:

I used your SQL in my database but I don't get the results I'm looking for.
Here's my situation: I have a "Error Classes" table, which has about 20
error codes. This table is linked to the Main_FS table and is used as a
drop-down on the form.

What I need to do is pick the top 3 errors for each month and show them on a
bar-chart with the percentage.

Any help?
 
Back
Top