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 to show month by name

In excel data sheet date stored in dd/mm/yyyy format,when i am trying to put in listbox it is showing as number . I want to show by month name wise.

Can anyone suggest how to do that?

1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

In a listbox you can set the format on the Number tab of the properties screen. Check override document settings, select date and modify the format pattern. DD-MMM-YYYY  will show a three letter month: 12-Apr-2012. MMMM will show the full month name.


talk is cheap, supply exceeds demand

View solution in original post

2 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

In a listbox you can set the format on the Number tab of the properties screen. Check override document settings, select date and modify the format pattern. DD-MMM-YYYY  will show a three letter month: 12-Apr-2012. MMMM will show the full month name.


talk is cheap, supply exceeds demand
Vegar
MVP
MVP

Try this:

Month(date)

Or

Date(date,'MMM')