Pivot and Date Problem

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

I have a query that returns the date of sale of an item, the month and how
many sales for that month.

However, when i export this to a pivot chart, it orders the data in
alphabetical order not in month order

Thanks
 
In your query go to the field which is used for columnheading. Rightclick on
the querygrid in this field. Choose properties. Under Columnheadings type:

"jan";"feb";"mrt";"apr";"may";"jun";"jul";"aug";"sep";"oct";"nov";"dec"

or the complete names for that matter.

Now the months will show up accordingly.

hth
 
as a follow up

it could also be:

"jan","feb","mrt","apr","mei","jun","jul","aug","sep","okt","nov","dec"

depending on your regional settings you use ; or ,
 

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

Back
Top