Question
CHARTS
Hi
i have a chart i want to produce, i have a table with the column "date" which is a datestamp, what i want is to display months along the bottom ie Jan Feb March etc
i need my where clause to be ....
where MONTH(Date) = session.month,
the session.month is formated as January but the MONTH(Date) is numerical, how can i change the format of numerical date to the format of january?
i have a chart i want to produce, i have a table with the column "date" which is a datestamp, what i want is to display months along the bottom ie Jan Feb March etc
i need my where clause to be ....
where MONTH(Date) = session.month,
the session.month is formated as January but the MONTH(Date) is numerical, how can i change the format of numerical date to the format of january?