If creating a matrix report that shows a monthly breakdown (columns)
for rows, how do you create a placeholder for months that might not
have data, but still want the month to show up?
Dean - 28 May 2008 19:46 GMT
you can do this in your query by joining your data table with a calendar
table that contains all of the months.
see
http://sqlserver2000.databases.aspfaq.com/why-should-i-consider-using-an-auxilia
ry-calendar-table.html
for the details.
> If creating a matrix report that shows a monthly breakdown (columns)
> for rows, how do you create a placeholder for months that might not
> have data, but still want the month to show up?