Possibly bug with the new Integer.Is
Hey friends, Bugs examples: Integer.IsLess(ListItem.Rating,9.9) doesn't work when ListItem.Rating = 9.4 if i change the 9.9 to 10 it's working fine. Integer.IsLess(ListItem.Rating,7.6) doesn't work when ListItem.Rating = 7.9 if i change the 7.6 to 6...