Table, Day option

Viewing 1 reply thread
  • Author
    Posts
  • August 26, 2018 at 9:16 AM #30356

    Eddzo
    Participant

    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.
    August 26, 2018 at 11:56 AM #30358

    Brendan
    Keymaster

    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

Viewing 1 reply thread

You must be logged in to reply to this topic.