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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Problema con formato de fecha

estimados,

tengo un problema con una fecha con formato '20121108' y la tengo que transformar a fecha en formato DD/MM/YYYY.

y no he encontrado la formula.

1 Solution

Accepted Solutions
MayilVahanan

Try like this

=Date(Date#('20121108','YYYYMMDD'),'DD/MM/YYYY')

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.

View solution in original post

3 Replies
MayilVahanan

Try like this

=Date(Date#('20121108','YYYYMMDD'),'DD/MM/YYYY')

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.
Not applicable
Author

Perfecto  Mayil

muchas gracias

walterlh
Creator II
Creator II

Y si quiero un formato del tipo YYYYMM. como hago?