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

Display Month as Text

Dear all,

I have a little of a real beginners problem.

I got a table with the months display as numbers (because my former research revealed that these will be better to sort for QLIK), but I would like to present them es Text (in German).

The question, easy as it may be, is: What do I have to do?

I allready tried some steps I found as presented in this topic (Month to Month Number text), but I don't really get it, maybe though because it correlates with english expressions.

Attached two Sceenshots so my problem will be more understandable.

Thanks for your replies,

Tom Müller

1 Solution

Accepted Solutions
sunny_talwar

Or this in filter object

Month(Date#(Monat, 'M'))

View solution in original post

3 Replies
sunny_talwar

May be try this

Month(Date#(Monat, 'M')) as Monat

sunny_talwar

Or this in filter object

Month(Date#(Monat, 'M'))

Anonymous
Not applicable
Author

As I said, easy as it is Thank you very much.