This has been asked before but the answers were pretty generic and didn't seem to apply.
I have two numeric columns that have rounding issues.
Right side value = .505
Left side value = .51
In this particular case, the file I'm comparing only contains 2 decimals, the new code output has three. Since it's obviously a rounding issue I should be able to use .05 and it should mark it unimportant but it's not.
I've tried several numeric tolerances to get this to work, and I know I've been able to have it work in the past, but for some reason even
Any help on what value i should use is greatly appreciated.
Thanks
Frank
I have two numeric columns that have rounding issues.
Right side value = .505
Left side value = .51
In this particular case, the file I'm comparing only contains 2 decimals, the new code output has three. Since it's obviously a rounding issue I should be able to use .05 and it should mark it unimportant but it's not.
I've tried several numeric tolerances to get this to work, and I know I've been able to have it work in the past, but for some reason even
Any help on what value i should use is greatly appreciated.
Thanks
Frank
Comment