Forum Replies Created

Viewing post 1 (of 2 total)

  • RE: Code to hide "NaN" and "Infinity"

    Hi Sam,

    I was having the same problem and came across this solution.

    Enter this in the custom code : -

    Public Shared Function Ratio(Num1 as double, Num2 as double) AS object

        IF ISNOTHING(Num2)...

Viewing post 1 (of 2 total)