Is there a way to isolate just the day of the week in a table using the (Date) Field Type option?
Picture below
I created a list as a work around
Attachments:
You must be
logged in to view attached files.
Hello Eddzo,
Yes. You can use a Calculation field to do that with the following formula:
DATE(Date; "EEEE")
Tell Tap Forms to return a Text value from the formula.
That’ll take the Date field’s value, extract the day of the week in full and return that as the value. So then you don’t need that popup button field to select the day.
Thanks!
Brendan