I noticed that sometimes my calculations add extra decimal places to my numbers. For example, the numbers in the screenshot below are calculated but they should be exactly 45, 25, 45, 50, 45, 60 and 45 respectively. When I export this visual to CSV, I don’t see all the extra decimal places.
Normally this would be fine because I can easily set the number of decimal places to 0 at the visual level. The problem is when I add a top/bottom filter, QS doesn’t correctly identify ties because of all the extra decimal places in the calculated numbers.
Is there a reason why I’m getting these extra decimal places in my calculated numbers?
Hi, this issue is caused by the nature of the “float” data type, please try to change the data type from “decimal-float” to “decimal-fixed”, see if it help address your need?