Graph Percentages

Kila

Registered User.
Local time
Today, 06:57
Joined
Mar 5, 2003
Messages
275
I am trying to write a report that graphs percentages over time. There are 6 required elements for each case, and I would like to graph the percentage of each element completed over all the admissions each day. I am able to do this one of two ways.

1. (Preferable, but I am not sure if it is possible) I have written a report that has all of the percentages calculated and I would like to write my graph based on the results in particular controls in the report ad they are displayed in the group.

2. I have written a query that displays the dates, a count of the number of cases completed for each day, and a count of the number of required elements for each day. I cannot figure out how to divide

CountOfElements/CountOfAdmissions

I get an error when I use my CountAdmissions column as the denominator in the expression. Please help if you are able. I am familiar with using Chart in Excel, but have never used it in Access. I have figured out how to graph my Counts from my query in #2 above, but it is a graph of the PERCENTAGES I am looking for. Thanks!
 
Does anyone have any ideas? I am really down to the wire timewise. Thanks!
 

Users who are viewing this thread

Back
Top Bottom