Truncate a decimal number

What is the best way to truncate a decimal number? I tried using the Field: Set Value of a Decimal Field to take a decimal such as 0.18756 and just have the first 2 numbers after the decimal point, 0.18, but it automatically rounds it to 0.19. Is there a way to truncate this decimal without rounding it?

Best Answer

Answers