Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Conversation of the Month field

HI Experts,

I am having one field in my script called " Month" in this field i am having the data like '01,02,03,04....12'.

NOw my question is i want get the month data like 'Jan,feb,....Dec'. How to change the number to string of the month field in script level?

Thanks in advance...

2 Replies
sunny_talwar

Try this

Month(Date#(Month, 'MM')) as MonthName

shiveshsingh
Master
Master

Month(Date#(dateField,'MMM'))