<html><body><div style="font-family: arial, helvetica, sans-serif; font-size: 10pt; color: #000000"><div>Hi Folks,<br></div><div><br></div><div>I have a content-type, "Coming Events", which has zero or more "Happening" dates that represent the schedule for some event.&nbsp; I have a view which produces a block showing the brief content, one appearance per event regardless of the event schedule.&nbsp; So far so good.</div><div><br></div><div>The "natural" sort order is apparently content creation order, but I want to sort the view to list each event once by the soonest "Happening" date per event. This causes an entry in the view for EACH date in EACH event.&nbsp; I've tried aggregation and gotten aggravation.&nbsp; (-:&nbsp; There is no combination of view options that lets me filter the events to one occurrence per event and sort by "Happening" date.&nbsp; I thought I might avoid the problem with a single occurrence date field that simply copied the first "Happening" date, but I found no way to mirror a field.&nbsp; It is really a double selection: select the unique events then select the earliest "Happening" date, for each event. I'm not exactly sure how I'd write that in SQL, but I am reasonably sure that it can be done.<br></div><div><br></div><div>Does anybody have any insight into how this particular problem is solved?<br></div><div><br></div><div><span name="x"></span>Chris.<br></div></div></body></html>