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

Announcements
Now accepting applications for the Qlik Luminary and Partner Ambassador Programs: Apply by July 6!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Date Field Conversion

Hi

I have a date field with the data showing as follows: 20180927

I would like to create another 2 fields for Year and Month

Year should be ‘2018’

Month should be ‘Sep’

Labels (1)
2 Replies
sunny_talwar
MVP
MVP

May be this

Year(Date#(DateField, 'YYYYMMDD')) as Year,

Month(Date#(DateField, 'YYYYMMDD')) as Month,

qlikviewwizard
Master II
Master II

Capture.PNG

Capture1.PNG