Viewing 3 posts - 1 through 3 (of 3 total)
Apologies for not being very clear about what i want, but i'm sure this image will help
This is how i want to display my chart, using sql2000 my data was...
May 14, 2009 at 9:34 am
#994637
The problem is not displayin data, it is to to add this month in Reporting Services Charts, what i was trying to do is to group these month as one...
May 14, 2009 at 9:11 am
#994613
In SQL 2000 i solve using this code
Select FinYear, FinMonth, FinMonthNm,
Case When FinYear = '2007/08' Then AvgLoS End As AvgLoS200708,
Case When FinYear = '2008/09' Then AvgLoS ...
May 14, 2009 at 8:44 am
#994592