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

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Convertion of Date format


hello QV,

I have a data field like 201405,201406(YYYYMM) format,I wan to convert it to May 14,Jun 14,

will this help??

 

Date(Date#(FISCAL_YEAR_MONTH_NUM,YYYYMM),MMMYY) as FiscalMonth

Thanks

Labels (1)
1 Solution

Accepted Solutions
MK_QSL
MVP
MVP

Date(Date#(DateField,'YYYYMM'),'MMM YY') as DateField

View solution in original post

1 Reply
MK_QSL
MVP
MVP

Date(Date#(DateField,'YYYYMM'),'MMM YY') as DateField