Can anyone Help I am trying to use the expression builder to create an expression that returns a zero when a formula tries to divide by zero.
So far my attempts have failed.
This is what I have tried so far. I feel my logic is correct maybe my syntax is off.
Expr1: IIf(Bsheetcostd raft![CSA/SAA]=0,0,Icostcostd raft![CSA/SAA]/Bsheetcostdraft ![CSA/SAA])
Can anyone guide me through this.
So far my attempts have failed.
This is what I have tried so far. I feel my logic is correct maybe my syntax is off.
Expr1: IIf(Bsheetcostd raft![CSA/SAA]=0,0,Icostcostd raft![CSA/SAA]/Bsheetcostdraft ![CSA/SAA])
Can anyone guide me through this.
Comment