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: 
gidon500
Creator II
Creator II

get the hour and minutes from time stamp


Hi all

I have data coming with time stamp

i found how to get the date , but could not find how to get the hour

can you help

enclosed in qvw file ,

that contains the data

thanks

gidon

1 Solution

Accepted Solutions
pgalvezt
Specialist
Specialist

Hi,

Try this:

timestamp(num(date(makedate(1988,1,1)+(Datedata)/(60*24)))) as time Resident a1;

View solution in original post

1 Reply
pgalvezt
Specialist
Specialist

Hi,

Try this:

timestamp(num(date(makedate(1988,1,1)+(Datedata)/(60*24)))) as time Resident a1;