The following is the formula I wrote for Business Objects report:
=If <Variable1> = 0 Then "NA" Else <Variable 2)/<Variable 3>
It returns error message "Incorrect Data Type DMB0003".
It looks like the formula syntax doesn't like the character string "NA" to be used together with numeric result of <Variable 2>/<Variable 3>.
How should I handle this?
Thanks a lot.
Kevin. W.
=If <Variable1> = 0 Then "NA" Else <Variable 2)/<Variable 3>
It returns error message "Incorrect Data Type DMB0003".
It looks like the formula syntax doesn't like the character string "NA" to be used together with numeric result of <Variable 2>/<Variable 3>.
How should I handle this?
Thanks a lot.
Kevin. W.