Thursday, February 16, 2012

Chart

Hi everyone,
I am currently using SSRS 2000. I have a chart that shows everything that we have shipped by specific part number. The Y axis displays the quantity and X axis shows the date. Well, the X axis I grouped it by year then by month, so it can display Jan 04, Dec 05, Mar 07, etc. but all I get is the year. How can I format it, or do so it can display that format??

Thanks ahead of time,
Abner

try this expression

=MonthName(Month(Fields!FeildName.Value),true)& " " & Year(Fields!Fieldname.Value)

|||

Thank you very much, works like a charm.

Abner

No comments:

Post a Comment