Hi, all--
I am using the following expression in a report text box and getting an error:
=IIf(IsNull([BMI-2]),"N/A",Round([BMI-2],1))
I am wanting to have decimals fixed at one place and, this being an expression, I get varying decimal places. I thought the "round" function would be used, but I'm getting the error.
Suggestions?
Thanks.
I am using the following expression in a report text box and getting an error:
=IIf(IsNull([BMI-2]),"N/A",Round([BMI-2],1))
I am wanting to have decimals fixed at one place and, this being an expression, I get varying decimal places. I thought the "round" function would be used, but I'm getting the error.
Suggestions?
Thanks.