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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Datefield MonthYear

Hi,

I'm loading monthly data witht the below date format, however I would like to convert it to 'YYYY-MMM'

201501

201502

201503


I tried the below but it results in null values.

DATE(Date,'YYYY-MMM') as Month

1 Solution

Accepted Solutions
sunny_talwar

Try this:

Date(Date#(Date,'YYYYMM'),'YYYY-MMM') as Month

View solution in original post

1 Reply
sunny_talwar

Try this:

Date(Date#(Date,'YYYYMM'),'YYYY-MMM') as Month