Ascending a graph

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello I have a bar graph that needs ascending. How would I do this? I tried
ascending in the query with no luck! I just did this a few weeks ago and cant
remember what I did. Please help...

Thanks,
Chad
 
Chad said:
Hello I have a bar graph that needs ascending. How would I do this? I
tried ascending in the query with no luck! I just did this a few
weeks ago and cant remember what I did. Please help...

Thanks,
Chad

What is "ascending" as it applies to a bar graft?
 
I have no clue what your asking? I just want to ascend the data in my bar
graph because its all mixed up. I found out how I did it in my other graph I
made but thats not working. What I did was changed what was in the row source
to the query name and it used the ascending I had in my query but for some
reason its not working for this graph. Im getting all the right data but its
not in order from highest to lowest. I want to ascend Test. Here is the row
source data. Thanks!

SELECT [EMPLOYEE NAME],Sum([Test]) AS [SumOfTest] FROM
[qry_WeeklyAverageGraph] GROUP BY [EMPLOYEE NAME];
 
I figured it out! The reason I couldnt change the charts row source from the
formula that the chart produced to the query it was pulling info from was
that my querys order needed moved around then after I did that it used the
ascending I had for the Totals colum in my query. Weird? Anyway I got it!
Thanks....
 
Chad said:
I figured it out! The reason I couldnt change the charts row source
from the formula that the chart produced to the query it was pulling
info from was that my querys order needed moved around then after I
did that it used the ascending I had for the Totals colum in my
query. Weird? Anyway I got it! Thanks....

Well I am glad, although I still don't know what ascending a graph
means.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top