Grouping not actually Grouping

Hi all,

New to coda, but I don’t see the answer to this issue.

I have a table where all my time logs are dumped into. One of the columns of the table is the Date that the time entry was made. I grouped the table by this date, and it doesn’t put all the entries that have that date in the same group, it just creates multiple groups of the same date.

Thanks in advance!!

Hi @Courtney_Zorio1,

Welcome to the Coda Community!

Dates can be tricky because some might have a time value attached. The column format displays the date a particular way, but if there is a time value underneath, it’ll have to match that as well.

A good workaround is to create a new column and use a formula to force only the date:

Date.ToDate()

This should give you matching values to the day for grouping.

1 Like