I have a report that has many different dates in it. However I want to group by month and year, regardless of the day. In other words, if it has 01/07/2005, I want this to appear in the group for 01/2005. If it has 02/10/2005, I want this to appear in the group for 02/2005.
I typed this in format mmyyyy, but it is separating it according to the actual day.
Is there a way to sort by month and year, even though the user has input different days of the month?
Thanks in advance.
I typed this in format mmyyyy, but it is separating it according to the actual day.
Is there a way to sort by month and year, even though the user has input different days of the month?
Thanks in advance.