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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
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')