Numerical order in calculated value graph

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

Guest

I have created a simple graph from a query that calculates the needed values.
The bars in the graph are obviously showing up in order as they appear in the
SQL statement. I need to get the catagories to show up in order of their
value, Highest to lowest. Is there anyway to do this?

Right now values show up such as
20,30,10,10,5,15

and i need
30,20,15,10,10,5

thanks
 
I have created a simple graph from a query that calculates the needed values.
The bars in the graph are obviously showing up in order as they appear in the
SQL statement. I need to get the catagories to show up in order of their
value, Highest to lowest. Is there anyway to do this?

Right now values show up such as
20,30,10,10,5,15

and i need
30,20,15,10,10,5

thanks

Is there an Order By in your SQL statement?

Obviously, since you chose not to post it, I can't suggest what it
should contain, other than to say that you must sort by the desired
field rather than leave the sorting to default.

John W. Vinson[MVP]
 

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

Similar Threads

Graph question 5
PowerPoint Powerpoint image ordering on a single slide 3
Graphing in Access 2007 3
Graph question in Access2007 5
Graph on a form 3
Graphs in Sharepoint 2
Graph subreport prints multiple times in Report 1
Graph Problem 5

Back
Top