BusinessObjects Board

Convert seconds into HH:MM:SS format

Dear BOB,
I have a column in the database which is having seconds.
Please assist to convert seconds into HH:MM:SS format


HUJ (BOB member since 2010-03-29)

Hi,

Give the seconds as parameter it will give you in the format u want.
You can create an object in universe with definition

INTERVAL '8900' SECOND 

Sample SQL:

select INTERVAL '8900' SECOND from dual

billu :india: (BOB member since 2009-11-09)

knra86,

Here is an older topic where a formula for DeskI is mentioned:

It should not be a problem to re-write the formula for WebI.


Marek Chladny :slovakia: (BOB member since 2003-11-27)