How can I trigger on the remainder
# general
b
How can I trigger on the remainder
d
Haven't got a scenario to test with easily, but I'd look at using a Formula(numeric) highlight condition and something like CASE WHEN ROUND({custcol.field1}/{custcol.field2}) = {custcol.field1}/{custcol.field2} THEN 0 ELSE 1 END greater than 0.
b
usually mod unless you are doing something unholy with negatives