I have a table that stores the date in text format as the following: DD MMM YY
e.g. 04 JUN 05
my report needs to group by date, preferably by year, and then month.
how can I split this?
I'm not worried about the DD section, but if there is a way of forcing the value as a date then that would be great.
thanks,
Matt
e.g. 04 JUN 05
my report needs to group by date, preferably by year, and then month.
how can I split this?
I'm not worried about the DD section, but if there is a way of forcing the value as a date then that would be great.
thanks,
Matt