Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I would like to know how to establish a format rule for the decimal part of a BigDecimal.
I want the numbers that have 0 or 5 in the decimal part to be 1 (valid), else 0. Here's an example:
How would it be the expression?
Thank you!
Hello marczb,
try this, for example:
get BigDecimal part
Best regards,
Thomas
Hello marczb,
try this, for example:
get BigDecimal part
Best regards,
Thomas