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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How do I get max(Month) to appear as text when multiple months are selected?

I am having an issue where my expression only calculates if I use the text form of the month {Jul}, but when I select multiple months I cannot get a function that gives me the max(Month) in the form of text, only the output 7.  Is there a way to get the max month to appear in text form?

I have tried a handful of functions and variables, but any help would be appreciated.

Thanks,

Craig

1 Solution

Accepted Solutions
Jason_Michaelides
Partner - Master II
Partner - Master II

=Date(Date#(Max(Month),'MM'),'MMM')

seems to do the trick.

Jason

View solution in original post

2 Replies
Jason_Michaelides
Partner - Master II
Partner - Master II

=Date(Date#(Max(Month),'MM'),'MMM')

seems to do the trick.

Jason

Not applicable
Author

Thanks a lot, I really appreciate it!