Re: Year ->Quarter->Week->Month->Day -
08-24-2003
, 03:36 AM
I faced exactly the same problem and solved like this.
You can create another column in your table named "monthNo"
and assign numeric values against each month from 1 ,2,3....20,21,22..
starting the first month in your table.
Note that I didnt assiged 1..12(12) no.s only. i.e if your data starts
from 1998 and ends in 2003, then January 1998 will be 1 and
january 1999 will be 13, and january 2000 will be 25 and so on.
Now go to dimension editor, select your "month" column
go to properties pane and find the "ORDER BY " property, use ORDER
BY key column.
select the new "monthNo" field from the list.
There is another way to do that, by using VBA functions , by this
way you will not have to create new column.
Please tell me if this worked or not.
Thanks,
Asim Naveed.
--
Posted via http://dbforums.com |