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: 
master_student
Creator III
Creator III

date formatting

Hello friends

I have a date field that has this format :yyyymm

Capture.PNG

I would like to change it like that DD/MM/YYYY

any idea?

Thanks a lot

Labels (1)
1 Solution

Accepted Solutions
maxgro
MVP
MVP

date(date#(billing_period, 'YYYYMM'), 'DD/MM/YYYY')

1.png

another one

date(MakeDate(left(billing_period,4), Right(billing_period,2)), 'DD/MM/YYYY')

View solution in original post

3 Replies
maxgro
MVP
MVP

date(date#(billing_period, 'YYYYMM'), 'DD/MM/YYYY')

1.png

another one

date(MakeDate(left(billing_period,4), Right(billing_period,2)), 'DD/MM/YYYY')

surendraj
Specialist
Specialist

In List box--> Properties---> number tab--> Override document settings---> click on Date..(Override your format as u want).

puttemans
Specialist
Specialist

Have a look at this document please. It helps me most of the time with these kind of issues 🙂