K
ksh
I have the following expression in a query.
Expr1: IIf([TOTAL]<1,"N/A",[Transactions]/[Total])
A sample of the results:
68.8008658008658
N/A
3.63636363636364
Is there any way to format the numbers in this instance to be in the
standard format with two decimals?
I know that the problem is in trying to put two data types in one field, but
in this instance 0 would not be an appropriate value when the division
results in an error.
Thank you for your help on this.
Expr1: IIf([TOTAL]<1,"N/A",[Transactions]/[Total])
A sample of the results:
68.8008658008658
N/A
3.63636363636364
Is there any way to format the numbers in this instance to be in the
standard format with two decimals?
I know that the problem is in trying to put two data types in one field, but
in this instance 0 would not be an appropriate value when the division
results in an error.
Thank you for your help on this.