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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Date and Time to Time Only

Help nothing works. I want to convert a date and time field to time only

The field I'm converting always looks like this  with dates as 00/01/1900 with the time after ie

  00/01/1900 00:01:03

  00/01/1900 10:05:13

  00/01/1900 15:29:22

  00/01/1900 20:44:52

nothing seems to extract the time only any ideas

22 Replies
nam
Former Employee
Former Employee

oik iv just tested this and works using your excel.

Load your excel,

do a resident load with the below for time

time(subfield(time,'Space'  ,1)) as Time 2   

and it works fine I can send you the app if this does not work

tresesco
MVP
MVP

See, I tried with your attached excel and it worked.

Screen Shot 06-17-14 at 04.28 PM 001.PNG.pngScreen Shot 06-17-14 at 04.28 PM.PNG.png

nam
Former Employee
Former Employee

qvTime.png