BusinessObjects Board

Display time duratoin in hours over 24

I have a variable which calculates the difference between two date/times. I need to display it in the format of hh:mm. The issue is that when the difference is greater than 24 hours, it is not displaying properly. In excel, this is solved by applying the formatting context of [h]:mm. When I output the results to Excel and apply the formatting the results are right, so i know i am doing the calculation correctly. Any suggestions?


hcadar1 :us: (BOB member since 2008-04-25)

Hi,

Let us know what is the desired format of the variable when it exceeds 24 hours.

And have a look also here, it may help:


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

Thanks for the link. I am trying it right now, as an example if the difference between the two dates is 39 hours and 45 minutes the displated result should appear as 39:45


hcadar1 :us: (BOB member since 2008-04-25)

Then try also the formula mentioned in this post:


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