Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
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....