I try to switch the month number to the month name as below, but the result is empty....... what's going on??
Please note that the month numbers bare int 16 Thank you.
Switch([MONTH], Null(),
"01","FEB",
"02","MAR",
"03","APR",
"04","MAY",
"05","JUN")