Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
master_student
Creator III
Creator III

date

Hello everyone

I have a date fiels like that yyyymm example 201602 I would like to convert this field date into DD/MM/YYYY

any idea please

for example if I have

5 as KPI for the period 201602

I want this result :

01/02/2016  5

.......

30/02/2016 5

Any idea please??

Thanks

1 Reply
sunny_talwar

May be like this:

Date(Date#(DateField, 'YYYYMM'), 'DD/MM/YYYY')