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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
lalitkgehlot89
Partner - Creator II
Partner - Creator II

Need logic help to calculate time in Days,Hours,Minutes and seconds.

Hi,

In Attached file need help to calculate DownTime from [Created Date Time] & [Closed Date Time] in Days,Hours,Minutes & seconds.

Downtime = [Closed Date Time] - [Created Date Time]

thanks

Lalit Kumar

1 Reply
swuehl
MVP
MVP

Maybe using Interval() function:

=Interval( [Closed Date Time] - [Created Date Time], 'd hh:mm:ss')