Handling NAN (Not a Number)

Hello,

In my report some values ​​must be calculated . This can lead to divide by zero . How can I check a value is NAN/INF ?

I need it to hide these Values like this:

Visible := Value <> NAN;

Thanks

Comments

  • gordkgordk St.Catherines On. Canada.
    edited 6:47PM
    try setting report engine option ignoredevbyzero

Leave a Comment