Check your numeric values. Format may make them look like same values but actually not.
For example if you have a numeric values 1.55555 and 1.55000 which are formatted to 3.2 then you can see these values as 1.55 which make them look like equal but, behind they are two different values.
... View more