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: 
mario-sarkis
Creator II
Creator II

date form

Hey all

any idea if I want to Transfrom

number to date form example :

"42467" should look like this : "20160407".

Thank you,

2 Replies
rahulpawarb
Specialist III
Specialist III

Hello Mario,

Please use below:

=Date(42467, 'YYYYMMDD')

Hope this will be of help.

Regards!

Rahul

Anonymous
Not applicable

Hi,

=Date(42467,'which ever date format you want')