Hi I am trying to do something that probably is easy but I can't figure it out. How can I group records by week, with totals of #opened within that week and #closed within the same week. I can group by # opened and choose 'by week' and that works, I can get my totals of # opened within each week, but if I embed another group date closed under it, it will only count those records here that were both opened and closed within the same week. So I'm thinking I don't group on any field in the db, just by WEEK in general..and do my counts within that group of # opened, # closed. But can't figure out how to set up a group by just week?