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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
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