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

Announcements
Learn how to migrate to Qlik Cloud Analytics™: On-Demand Briefing!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Amount of minutes between 2 timestamps?

Hi, this should seem easy, but it isn't. I have two time stamps (start_time, end_time) and I want to calculate the amount of minutes between both. How do I do it? Thanks

2 Replies
Not applicable
Author

Since timestamps are stored as days, to get minutes just multiply by the minutes in a day:

(end_time - start_time) * 60 * 24

Not applicable
Author

Hi,

see the attached example.

Good luck !

Rainer