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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Month name

Hi guys,

If you are using the following on a Month field max(field_name) is there a way to display this as a month Name (eg Jan, Feb etc).  At the moment it sets it to a number but i would like to see the month name.

This is probably an easy one but i cant figure it out !

Thanks

Mel

Labels (1)
1 Solution

Accepted Solutions
sunny_talwar

May be using MaxString() instead of Max()

MaxString(field_name)

View solution in original post

2 Replies
sunny_talwar

May be using MaxString() instead of Max()

MaxString(field_name)

Anonymous
Not applicable
Author

Thanks a lot Sunny.  I knew it would be easy when you know how