G
gina
I'm doing a query similar to as follows: I need to have Number of
Widgets on the y-axis, date of widgets on the x-axis, and the
different items in the legend would be the status of the widgets.
Well, in my query, I need to do a group by, this seems to may be the
cause if it messing up. In the group by, I am grouping by date
submitted, the item on the x-axis. When I do the query in a SQL
program, it orders the widgets in the correct order. But when I do
this on the web page (which is an ASP page written in VBscript if that
makes a difference), there doesn't seem to be any rhyme or reason to
how the values are sorted on the page. I can provide any type of
code, but since I am not sure what the problem is, I do not want to
post my whole page of script. Please let me know if you'd like to see
my code, sql, etc. Thanks!
Widgets on the y-axis, date of widgets on the x-axis, and the
different items in the legend would be the status of the widgets.
Well, in my query, I need to do a group by, this seems to may be the
cause if it messing up. In the group by, I am grouping by date
submitted, the item on the x-axis. When I do the query in a SQL
program, it orders the widgets in the correct order. But when I do
this on the web page (which is an ASP page written in VBscript if that
makes a difference), there doesn't seem to be any rhyme or reason to
how the values are sorted on the page. I can provide any type of
code, but since I am not sure what the problem is, I do not want to
post my whole page of script. Please let me know if you'd like to see
my code, sql, etc. Thanks!