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

Date formating

I have a Date field with values 201401,201402 ........'YYYYMM' format

I need them to convert to Jan-14,Feb-14.........How can I convert them, Please help me out....Tq

1 Solution

Accepted Solutions
MK_QSL
MVP
MVP

Add below in your script.

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

View solution in original post

2 Replies
MK_QSL
MVP
MVP

Add below in your script.

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

Not applicable
Author

Tq So Much...Its working....