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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
daisy1438
Contributor III
Contributor III

how to convert month?

Hi

I have one date field like below.

Date

201701

201702

201703

.

.

.

.

201712

it showing like that i need creating the month field.in that i want show only months.

Thanks

daisy

2 Replies
m_woolf
Master II
Master II

num(right(Date,2)) as Month

shiveshsingh
Master
Master

load Month(Date#(Date,'YYYYMM')) as month