Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn 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

I would like to convert the result into minutes

master_student
Creator III
Creator III
Author

no minutes

master_student
Creator III
Creator III
Author

there was a mistake in the sql query, the value 48,511,346,498 in incorrcect. I would like to get a result in minutes

Anil_Babu_Samineni

From this input 48511346498 - What would be the output you want to see in minutes?

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 input is incorrect sorry

Anil_Babu_Samineni

try to explain with sample data set and expected result set ?

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
Chanty4u
MVP
MVP

try this

num(floor([time])/3600,'##.##') as Min,

master_student
Creator III
Creator III
Author

for example my input is in seconds 4000 s => result : 40 min

PrashantSangle

Hi,

If you get value in sec and you want to convert it into minutes then divide that value by 60 will work.

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 🙂
sunny_talwar

How are you getting 40 mins from 4000 seconds?