Skip to main content
Announcements
NEW: Seamless Public Data Sharing with Qlik's New Anonymous Access Capability: TELL ME MORE!
cancel
Showing results for 
Search instead for 
Did you mean: 
master_student
Creator III
Creator III

seconds into Minutes

Hello Guys,

I have an output in seconds. how to convert it into minutes.

Thanks

25 Replies
master_student
Creator III
Creator III
Author

no i am just trying to explain

Anil_Babu_Samineni

Even, Question not clear. I am sorry

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
master_student
Creator III
Creator III
Author

the result will be with comma

sunny_talwar

So convert 2400 seconds to 40 mins? Is this what you want to do?

Interval(Interval#(SecondsField, 's'), 'm') as Minutes

PrashantSangle

Can you explain little bit more

For example if your input is 4200 sec then what is your expected output???

Regards

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
Uri
Creator
Creator

This helped me:

=Interval(Interval#([Voice(MIN)], 's'), 'hh:mm:ss')