Question
Rules don't do rounding correctly
I have a Rule that pulls all customers where a field is greater than ".5" and less than or equal to ".9"
It's returning customers whose values are between ".50" and ".90"
I would expect it to return values between ".45" and ".94"
It's returning customers whose values are between ".50" and ".90"
I would expect it to return values between ".45" and ".94"