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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
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

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