Page 1 of 1

Creating a chart with a date range

Posted: Fri Apr 13, 2007 12:13 pm
by chrism
I have a column in my database containing a registration date.

I want to graph the number of registrations each week.

What data do i need to pull back?
Can I just use the regDate column and get the graph to do the work?
Or do i need sql DATEPART(.....) stuff happening?

Thanks,
Chris

Creating a chart with a date range

Posted: Sat Apr 14, 2007 2:39 am
by Edward
Please use a sql query for this task.

Thank you.