Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
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;