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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Jogi
Contributor III
Contributor III

Convert general excel to normal datetime

      36464 => 1/11/1999
      37104 => 1/08/2001
      35412 => 13/12/1996

I need to do this transformation in qlikview. How can this be achieved?

 

1 Solution

Accepted Solutions
Kashyap_R
Partner - Specialist
Partner - Specialist

Hi

try this   Date(Date field,'DD/MM/YYYY')

Thanks

Thanks and Regards
Kashyap.R

View solution in original post

2 Replies
StarinieriG
Partner - Specialist
Partner - Specialist

Hi,

have you tried with

date(field)?

Kashyap_R
Partner - Specialist
Partner - Specialist

Hi

try this   Date(Date field,'DD/MM/YYYY')

Thanks

Thanks and Regards
Kashyap.R