Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Sorting bars numerically using Crystal Chart Expert

Status
Not open for further replies.

bessebo

IS-IT--Management
Jan 19, 2001
766
US
I have created a bar graph using the Chart Expert but want to be able to have the values in the bars sort numerically. In other words, I want the smallest bar to be on the left and the next highest to the right of that and the tallest bar furthest to the right. How can I have the bars sort in this numerical manner?

Thanks,
Bessebo
 
If this is a group chart, you can use the TopN to sort the groups in ascending order:

Sort ALL based on this subtotal.

this will not only put the groups of the report in order, but will also sort the bars. Ken Hamady
Crystal Reports Training/Consulting and a
Quick Reference Guide to VB/Crystal (including ADO)
 
Ken,
I tried what you suggested with no results. The plot always wants to sort alphabetically by the name of the resolution code. The plot shows the distribution of the number of calls closed by resolution code as a bar chart. We want the bars to sort lowest to highest. I clicked on Report - TopN/Sort Group Expert and chose Sort All of Count of Call.Call_Num and chose ascending. The plot did not change at all.

The plot itself in the Chart Expert under the Data tab has the following:
On Change of "Call.Resolution - A" Show Value "Count of Call.Call_Num". I can send you a copy of the report by Saving Data with report if it would help.

Thanks,
Bessebo
 
Ken,
Disregard last post... I got it to work...

Thanks,
Bessebo
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top