I'm creating an event page that I would like to display in the following format:

MONTH (grouped by)
 - DAY (grouped by)
   - event one
   - event two

So for example this may look like:

JANUARY
  01     New Years
  18     An Event
         Another Event same day
  20     New Event

You'll notice how the 18 is only displayed once for the first event. I've been able to get the rest of the view to work out except for that second grouping on day. The first grouping is on month.

Comments

ap’s picture

I'd be interested in this also. Have you made any progress figuring out how to do it?
I have my doubts, if this is possible. Maybe with attachments.

caschbre’s picture

To be honest I actually don't remember. The client ended up going a slightly different route with their event listing.

You may want to check out http://drupal.org/project/views_groupby and see if that would help.