/Anders
Use this group expression to group on quarters:
=Choose(Month(Fields!CreatedDate.Value), 1, 1, 1, 2, 2, 2, 3, 3, 3, 4, 4, 4)
It will map the twelve months to 4 distinct values (i.e. quarters).
-- Robert