Hello mates
Any ideas why this would produce #Error instead of 0 on my report? LPrice is zero on the rows displaying the error.
=iif((Fields!LPrice.Value <> 0) And (Fields!SPrice.Value <> 0) and (Fields!LPrice.Value < Fields!SPrice.Value) ,((Fields!SPrice.Value - Fields!LPrice.Value) / Fields!S
Price.Value),0)
Any ideas why this would produce #Error instead of 0 on my report? LPrice is zero on the rows displaying the error.
=iif((Fields!LPrice.Value <> 0) And (Fields!SPrice.Value <> 0) and (Fields!LPrice.Value < Fields!SPrice.Value) ,((Fields!SPrice.Value - Fields!LPrice.Value) / Fields!S
Price.Value),0)