Hey All,
I'm a newbie as you'll be able to tell. I know there is any easy way to do this but can figure it out.
I need to show the day of week as the word, eg.. Mon, Teus, etc...
so I'm first converting it to a number with the dayofweek formula. But how do I translate that into text. I'm trying "if then else", but to no avail.
if @dow = 1 then "Sat" ; if @dow = 2 then "mon" ... else = "Sun"
Any help is much appreciated!
I'm a newbie as you'll be able to tell. I know there is any easy way to do this but can figure it out.
I need to show the day of week as the word, eg.. Mon, Teus, etc...
so I'm first converting it to a number with the dayofweek formula. But how do I translate that into text. I'm trying "if then else", but to no avail.
if @dow = 1 then "Sat" ; if @dow = 2 then "mon" ... else = "Sun"
Any help is much appreciated!