"I’m trying to create an expression block in Analytics Builder that checks whether a given input value is divisible by 10 or not. I’ve tried using the ‘%’ operator, but it’s causing a runtime error. Can you suggest an alternative expression or function that I can use to perform this check? Thanks
Have two expression blocks, one that divides the input by 10, the next then uses input1.fractionalPart() to pass the value after the decimal point. Then test it for 0. If it is 0 then the original value was divisible by 10.