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).
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.