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: 
guyvermeiren
Creator
Creator

Show month number as month name

Hello,

In my data I have a field "Period" that gives the month number ( 1 to 12). In my table I would like to show this as the Month Name (January, February, ...). Can anyone tell me what Function I can use ?

Thanks already,

Guy

2 Replies
hector
Specialist
Specialist

Hi, check this post

http://community.qlik.com/forums/t/39425.aspx

Rgds

Not applicable

Hi Guyvermeiren,

Its easy to use the inline i.e

Load * inline [

Period,Month

1,Jan

2,Feb

];

You can continue the same for remaining No till 12 ..

The Second solution is rename the period as month and set Month Names as 'Jan','Feb' etc .

Regards,

Chakravarthy.