Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello everyone,
I have a field 'Call Duration' where the values are in seconds eg. 120.5, 130.2, 150. So, is there a way from where we could convert this into minutes. For gg. 120 will be considered 02:00 minutes and 150 will be considered as 02:30.
Thanks
I got it.
You will have to divide the field with total no. of seconds in the day i.e. 86400 and in the properties of chart in number tab you will have to choose Time and remove h and TT which will look like mm:ss after modified.
Thanks everyone.
Hi,
try below
=interval(timestamp#(120, 's'), 'm')
Regards
ASHFAQ
Thanks Ashfaq, but it didn't work.
I got it.
You will have to divide the field with total no. of seconds in the day i.e. 86400 and in the properties of chart in number tab you will have to choose Time and remove h and TT which will look like mm:ss after modified.
Thanks everyone.
I got the same answer than you using a excel sheet for calculations.
Nice!!!
André Gomes