Hello,
I would like to round numbers to the nearest 0.05. Like this:
-2.33 > -2.35
-2.32 > -2.30
Is this possible within the AttributeRounder? Or how can I get this result?
Thanks in advance,
Eva
Hello,
I would like to round numbers to the nearest 0.05. Like this:
-2.33 > -2.35
-2.32 > -2.30
Is this possible within the AttributeRounder? Or how can I get this result?
Thanks in advance,
Eva
Best answer by ebygomm
You can do this in an attribute creator
@round(@Value(number)*20)/20.0
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.