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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
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