https://bugs.documentfoundation.org/show_bug.cgi?id=157476
--- Comment #3 from [email protected] --- I also noticed a few anomalies about the values that were filtered out incorrectly: In regards to value "0.65", it appears in the following rows with the following values: row 272, value 0.649999999999999 row 293, value 0.649999999999999 row 323, value 0.649999999999999 row 379, value 0.649999999999999 row 98, value 0.65 row 261, value 0.650000000000002 Therefore there are 3 unique "variations" of this value. If you apply a filter to only show "0.65" (i.e. check this value 3 times in the filter list), all rows mentioned above except row 261 will be shown, which is an error. Row 261 should be shown as well. In regards to value "8.26", it appears in the following rows with the following values: row 71, value 8.25999999999999 row 171, value 8.26000000000002 row 213, value 8.26000000000002 Therefore, there are 2 unique "variations" of this value. If you apply a filter to only show "8.26" (i.e. check this value 2 times in the filter list), only row 71 is shown but not row 171 and not row 213, which is an error. These rows should be shown as well. -- You are receiving this mail because: You are the assignee for the bug.
