Skip to main content

In a calendar month view, events aren’t organizing by time, but instead it looks like it’s grouping by owner. I’d like the view to display events based on time.


Julien,

Have you tried setting the ORDER BY field to your event date field in the model definition (advanced tab when you click on the model)? I think that should work.


Yup. Matt is correct. Adding StartDateTime to the ORDER BY correctly sets the order of events on each day.


That was it. Thanks.


Glad to hear! 


Reply