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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: 5280
  • Order by date
  1. 5280

    descending order in a graph

    This is what is written in the row source.....SELECT [Cat/Class] AS Expr1, Sum([Cat/ClassCount]) AS [SumOfCat/ClassCount] FROM qryCategoryRankingCount GROUP BY [Cat/Class]; It is alphabetizeing/ordering them by the label associated with the value, I actually want the value in decending order...
  2. 5280

    descending order in a graph

    I have a graph included in a report, I am running this off of a query. I need to have the results in the graph be ordered the numercial values that the graph is graphing, in descending order. How do I do this? Please help. Thank you. AT
  3. 5280

    Graph Issue: descending order on graph

    I have a graph included in a report, I am running this off of a query. I need to have the results in the graph be ordered the numercial values that the graph is graphing, in descending order. How do I do this? Please help. Thank you. AT

Part and Inventory Search

Back
Top