I have {Date} in one column and am trying to list the corresponding day of the week in another column using the following formula:
DATETIME_FORMAT({Date}, “dddd”)
For most of my records, the correct day of the week is returned. However, I have at lea...