Filter date selection column?

I have a column that is formatted as a date. I would like the user to only be able to select Saturday’s. Does anyone know if this is possible from a Date column, or would I have to create a separate lookup or select list?

You can create an intermediate table that will be your form. With a create or cancel button. The created button will be disabled if the date is not a Saturday for example. and If it’s good, with the click you remove the row from this table and you add it in your main table.

Hi Ben,

One of the nice things about Coda is that there are often multiple ways to do things.

What you could also do is add a column containing the formula weekdayname(), and then filter on Saturday.

For an example have a look in this doc:

1 Like

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