HI
I need to create a calculated column with the below formula in Dataverse column
Case(DayOfWeek([Date]),
0, "Sunday",
1, "Monday",
2, "Tuesday",
3, "Wednesday",
4, "Thursday",
5, "Friday",
6, "Saturday")
Date: Time zone issue.
Can you please guide me how can i achieve the above in Model driven app or dataverse table calculated column.
Many Thanks
SG


Report
All responses (
Answers (