Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
As per above Image Data is Look like . Against the each number I wants Month name like(January February …. December)
Month(Date#(Month,'M')) as Month
This will give you short month names like, - 'Jan', 'Feb'... If you need full names, you can change the system variable MonthNames values in the script.
Month(Date#(Month,'M')) as Month
This will give you short month names like, - 'Jan', 'Feb'... If you need full names, you can change the system variable MonthNames values in the script.