Skip to content
Gallery
Day selection by week
Share
Explore
Day Selection Control

icon picker
Make it yours

The control is mostly self-contained, the only thing that you need to change to adapt it to another coda is linking it to your Data table.

Selected Date

In whatever filter you need the current User’s selected date, you can find it with the next formula
Start by pressing @ an then write Current User, select the .Flow.Selected Date
[Current User].Flow.[Selected Date]
image.png

Select currently selected date.gif

Data Dot

To link it to your own data table you have to change the next formula in the buttons table
image.png
Data.Date.Contains(thisRow.Date)
and Not(thisRow.[Disable if])
Change data table.png

Instead of Data you will change it to the name of your table and then link it to the date column of it.
[Your Table].[Your Date Column].Contains(thisRow.Date)
and Not(thisRow.[Disable if])
Change the column formula
1
Show dot
No results from filter

Data Filter

To filter your table to the selected date, you do it with the next formula
thisRow.[Your Date Column].Contains([Current User].[Selected Date])
image.png

Language change

You can adapt it to your language by changing all these texts:
1
2
3
4
5
6
7
8
9
10
11
12
Month
January
February
March
April
May
June
July
August
September
October
November
December
There are no rows in this table
1
2
3
4
5
6
7
Week day
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
There are no rows in this table

1
2
Label
prev week
next week
There are no rows in this table
1
Label
Today
There are no rows in this table


Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.