Line Chart

G

Guest

Hello,

I have a line chart report that has the x axis categorized into month and
year. It goes from Jan 2000 to Dec 2001. How can I make it dispay only the
month regardless of year. e.g. Jan would be for 2000 and 2001. Here is the
record source:

TRANSFORM Sum([ProductQty]) AS [SumOfProductQty] SELECT
(Format([SellDate],"MMM 'YY")) FROM [product] GROUP BY (Year([SellDate])*12 +
Month([SellDate])-1),(Format([SellDate],"MMM 'YY")) PIVOT (Year([SellDate]));

Thanks much
-Joe
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top