Hi!
How to round the result obtained after multiplication to the nearest multiple of 25?
Example:
{=round("Click element" * 0.9)} suppose we got the following {=round(428 * 0.9)} ={=round(385.2)} = 385
If I want to round to the nearest multiple of 25, in this example, it should have been 400.
How to do this?