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: 
ilanbaruch
Specialist
Specialist

sum of hours

hi all

trying to sum rows of hours (hh:mm format), in monthly level, i.e:

20190101 08:40

20190102 07:32

20190103 11:02

expected result : 27:14-> 27 hours and 14 minutes

any ideas ?

advanced thanks

 

 

Labels (1)
1 Solution

Accepted Solutions
sunny_talwar

Try this

Interval(Sum(Frac(FieldName)), 'hh:mm')

View solution in original post

2 Replies
sunny_talwar

Try this

Interval(Sum(Frac(FieldName)), 'hh:mm')
ilanbaruch
Specialist
Specialist
Author

Thank you Sunny
my final :
Interval(Sum(DailyHours), 'hh:mm:ss')