Good day all.
I have a field of string Data type but it contains the day names of days of the week( Monday, Tuesday, ........). When I sort this field the values are not sorted Monday, Tuesday etc. What I get is Monday, Thursday, Tuesday, Wednesday.
I know why. Its because it does not recognize the days of the week, rather it sees strings.
However I want the impossible. I want the days sorted according to the days of the week.
Does anyone have a solution?
I have a field of string Data type but it contains the day names of days of the week( Monday, Tuesday, ........). When I sort this field the values are not sorted Monday, Tuesday etc. What I get is Monday, Thursday, Tuesday, Wednesday.
I know why. Its because it does not recognize the days of the week, rather it sees strings.
However I want the impossible. I want the days sorted according to the days of the week.
Does anyone have a solution?