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
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