cancel
Showing results for 
Search instead for 
Did you mean: 

Business Objects BI Formula Help

0 Kudos

Hi,

I am trying to put a formula into Business Objects however it keeps bringing up errors.

I am trying to say if its fixed put a 0 in the rate total however if hourly then leave how it is. Below is teh formula I have so far, any light/help would be appricated.

=if([Weekly Staff Rota by Club].[Fixed or Hourly:Roster Costs]="Fixed") then[Rate Total] 0 Elseif([Weekly Staff Rota by Club].[Fixed or Hourly:Roster Costs])

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

ayman_salem
Active Contributor
0 Kudos

your Variable "Rate Total" formula should be:

Rate Total: =if([Weekly Staff Rota by Club].[Fixed or Hourly:Roster Costs]="Fixed") then 0 Else([Weekly Staff Rota by Club].[Fixed or Hourly:Roster Costs])

Answers (1)

Answers (1)

0 Kudos

Perfect! Thank you 🙂