Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
brf10043
Creator
Creator

Minutes between time stamps

I know this should be easy, but I am having difficulty creating a new column during my load that calculated the difference between two timestamps in minutes

 

My current load statement looks like this

interval(Timestamp( CC_NOTIFICATION)) - Interval( Timestamp( EVENT_START))as [Event Start to CC Notified Minutes],

 Results In this example, I'm looking for 157

Event StartCC NotificationIncident Start - CC Notified hh:mmResult formated as a time using mmResult formated as a numberLooking for
12/13/18 8:0012/13/18 10:3702:37010.109027778157
Labels (1)
1 Solution

Accepted Solutions
prieper
Master II
Master II

*24*60
Result is in days, so multiply with 24 hours and with 60 minutes each.

Peter

View solution in original post

1 Reply
prieper
Master II
Master II

*24*60
Result is in days, so multiply with 24 hours and with 60 minutes each.

Peter