BusinessObjects Board

Excel to Bo conversion

Hi

The below are the excel formula and i need to convert in to BO webi report. I tried with releative function but i didn’t worked for me.

(DATE(YEAR(C4),MONTH(C4),DAY(C4)))+8/24

Please help me to convert.

Thanks,
Stalin


stalint (BOB member since 2004-12-14)

Hi,

Which BO version do you use?


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

BOXIR2 sp2. Also the above excel function covert the nearst business working hrs.


stalint (BOB member since 2004-12-14)

Please post the code that you tried.


Jansi :india: (BOB member since 2008-05-12)

=If(FormatDate([Open Date];“hh:mm:ss”)<=[TimeValue];RelativeDate([Open Date];[v1]))

v1=8/24 and
TimeValue=FormatDate([Open Date];“hh:mm”)


stalint (BOB member since 2004-12-14)

Hi,

As far as I remember, the RelativeDate() function did not work with fractions of a day in BO XI r2. Only with full days.

However, it does work in BO XI 3.1.


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

is there any way to implement the above excel function in boxir2 sp2


stalint (BOB member since 2004-12-14)

This can get you started:

Good luck.


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