Grouping display question with Date/Time formats

I am trying to display using ‘group by’ based on Due Date.

Some Due Date items are Date/Time (meeting) and others are just Date (task/reminder).

However, when I display them within an agenda using Group they show up as separates groups.

I am using the builtin data/time to create the meeting time but others are just the date picker.

Is their an option/feature/best practice for ‘mixing’ date/time formats within a group?

The problem is that when you group by a date column, it uses the full underlying date time, regardless of which display format you chose. Due Dates with time become separate groups because they have a different time than the date only due dates (which are actually midnight).

Create a Math column, put in X, replace it with the Date column value, then format it to date only. Then create a template column, put in X, then replace it with the math column value. This will lock in the formatting, so it’s using the forward facing date, instead of the underlying date timestamp. Finally group my that template column value.

2 Likes

Thanks - worked like a charm!

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.