I'm trying to get counts of records grouped by month. Each record has a date field. Is there a way that I can manipulate the DateTime functions to get the records counted and grouped not only by month, but in correct month order? I can only seem to do a grouping on an original field (the date field), and not on a portion of the field. Thanks!