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: 
Pomna
Creator III
Creator III

Convert Seconds into Hours

Hello experts I need help converting the code below from seconds to hours

(Sum({$<Month={"$(=Max(Month)-1)"}>}[Time To Assign Hours])

Thanks

ngumdo

3 Replies
Sue_Macaluso
Community Manager
Community Manager

@Pomna Are you using Qlik Sense or QlikView? I would like to move this into the correct product forum where it will get the right attention. 

Sue Macaluso
Pomna
Creator III
Creator III
Author

Am using qlik sense

 

sunny_talwar

May be divide this by 3600 to convert seconds to hours

Sum({$<Month={"$(=Max(Month)-1)"}>}[Time To Assign Hours])/3600