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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Sbxr80
Contributor
Contributor

Get Total_Time from start_DateTime and End_DateTime

Input: data type is Date

2023-12-09T07:43:03.792Z | 2023-12-09T13:51:02.552Z

069U1000001ItfIIAS.png 

Output:

hh:mm:ss format

069U1000001JDgwIAG.png

Labels (3)
1 Reply
Anonymous
Not applicable

Hi

I'm afraid there is no direct function to get the result you want, if you have some Java knowledge, you can have a try to hard code on tJavaRow component, use the built-in function TalendDate.getPartOfDate() to get each part of time, then do the subtraction for each part of time and build the output string.

 

Regards

Shong