Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
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'))