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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

make number to month name

Hi,

does anyone now if I can create out of a number a month name??

example:

8 -> Aug

9 -> Sep

please help me

regards,

MT

Labels (1)
12 Replies
Not applicable
Author

Thank you Jonathan.  This works seems to work perfectly and simplest without need to use ApplyMaps or any loops.  Would mark as correct!

iskezhanov
Contributor
Contributor

date(MakeDate(2000, Your_Month_Number_field,1),'MMMM')

mehranbi
Contributor
Contributor

Try this:

=Month( MakeDate(1, YourMonthNumber, 1) )