navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

 

FP2003 Charts

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> ASP and Database >> FP2003 Charts
Page: [1]
 
HW15

 

Posts: 57
Joined: 3/12/2004
Status: offline

 
FP2003 Charts - 4/18/2004 18:49:14   
I have been creating charts using FP2003's web components. The charts are based on a SQL database and stored procedures I have created. But, all the data fields keep showing up in alphabetical order even though I have specified an 'order by' statement in SQL.

Example:


SELECT     sa_ISDProjects.Category.CategoryName, COUNT(*) AS #

FROM sa_ISDProjects.Project
	 INNER JOIN sa_ISDProjects.Category
	 ON sa_ISDProjects.Project.CategoryID = sa_ISDProjects.Category.CategoryID
WHERE     sa_ISDProjects.Project.CategoryID <= 4 
GROUP BY sa_ISDProjects.Category.CategoryName
order BY sa_ISDProjects.Category.CategoryName DESC



It still puts the results in alphabetical order

:)


I want it where the categories are in order of importance, with Top 10 first. This happens to be descending alphebetical order. But, the chart ignores any 'order by' statements.

The same happens on other charts when I want the fields for the months in order of Jan through Dec; it puts April first and September last.

Is there any way around this?
Page:   [1]

All Forums >> Web Development >> ASP and Database >> FP2003 Charts
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts