I have a data set with the field mth with values 1 through 12. I changed the data type to a string.
I'm trying to replace the mth number with a month name, so 1=Jan, 2=Feb and so on.
I've tried the switch, IIF and If then else formulas on current field and they change the mth field name to Jan. not what i'm after
the formula editor does not recognize my mth field as a variable.