Report - Month and Year in Category Format - Months All January
hi all,
i creating report whereby data may overlap year. have got 2 categories; year , month.
they in number format , when displaying graph numbers appear fine. want have month name.
seeing thread (http://social.msdn.microsoft.com/forums/en/sqlreportingservices/thread/d28d07a8-a837-4339-9870-6c301d3ab96d) tried memostone's suggestion , have changed axis format custom , made;
=monthname(fields!month.value)
however when view report, months january (the years still correct).
i not sure whether i've put formatting in wrong place or if it's me using month.value wrongly, or else entirely! suggestions?
thanks,
student programmer
hi,
instead of putting formatting on axis, put on series.
right click field mapped in category fields of chart -> category group proeprties -> label -> use same expression:
=monthname(fields!month.value)
regards,
asim bagwan
kindly mark replies answers if help!
SQL Server > SQL Server Reporting Services, Power View
Comments
Post a Comment