To Round a Measure
To Round a Measure
(OP)
Hi,
I would like to round a measure in a formula using the "round()" function under Math.
The problem is that I would like to set the number of decimals to use. Not always round to nearest integer.
Example; 13,478mm to 13,5mm (not 13mm)
Anyone who knows how to do this?
/Akesson
I would like to round a measure in a formula using the "round()" function under Math.
The problem is that I would like to set the number of decimals to use. Not always round to nearest integer.
Example; 13,478mm to 13,5mm (not 13mm)
Anyone who knows how to do this?
/Akesson





RE: To Round a Measure
Why don't you multiply / divide your value to have the round() you want :
Real.2 = Round(10 * Real.1) / 10
Eric N.
RE: To Round a Measure
Best regards
Akesson