Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Sum of time

hello all,

i have a numbers like 6.54, 7.36, etc.

each number present time for exemple 6.54 present 6 hours and 54 min.

i nee to sum all this number and the total to show as time.

6.54

   +

7.36

---------

14.30

any suggestion ???

1 Solution

Accepted Solutions
Not applicable
Author

=Interval(Time(Replace('6.54','.',':'))+Time(Replace('7.34','.',':')))

would do the job.

Kiran.

View solution in original post

2 Replies
Not applicable
Author

=Interval(Time(Replace('6.54','.',':'))+Time(Replace('7.34','.',':')))

would do the job.

Kiran.

Not applicable
Author

ty very much