Progress convert seconds to hours

Hello,

I’m using a universe on a Progress database. In the database there is field which contains seconds. I want to convert this to human readable notation like hh:mm.

How do I convert seconds to hours/minutes in Progress? (hh:mm).


rick81nl (BOB member since 2011-05-25)

Hi Rick,

Have you tried searching for the logic on this forum?

Here are couple of discussions;


izak004 :us: (BOB member since 2010-11-10)

Yes, I tried searching, but almost every solution is for SQL Server or Oracle. I am using Progress and functions like CONVERT and DATEADD do not work. I need a Progress specific solution.

Already tried TO_CHAR, but it gives an ‘error on fetch’ error message.


rick81nl (BOB member since 2011-05-25)