Link to home
Start Free TrialLog in
Avatar of simprick
simprick

asked on

Trouble with NaN

I am trying to remove the NaN from this report item and can't seem to get it right.  Here is the expression.
=IIF(IsNumeric(Sum(Fields!excessiveNoiseResolved.Value)/sum(Fields!excessiveNoise.Value)),Sum(Fields!excessiveNoiseResolved.Value)/sum(Fields!excessiveNoise.Value),100)
ASKER CERTIFIED SOLUTION
Avatar of simprick
simprick

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial