Bob, this is a new and different application from the one in our xmas conversations. That one is in production.
there are no nulls or odd dates. The SQL has already rendered all dates down to a year and a week number.
- Code: Select all
select datepart(year,F254) as 'yr', datepart(ww, F254) as 'wk', sum(F64) as 'Qty', sum(F65) as 'Rev' from rpt_dpt where F1031='W' and F1034='3' group by F254
As the error message says, the SQL executed properly, it's the conversion to a graph that blows out, and just for some formats.
Is there a 'sample book' somewhere of the various chart formats built-in? I'd like to see this data with graphs like those used in Bo's Tech Support posting on chart variations, but maybe those are among the ones that won't render.