Enhancements for ROUND
Planners,
As most of us are already aware that ROUND was not working as expected in Anaplan and we tried multiple workarounds to get this work done - Anaplan has now enhanced this in the latest release on 11/23.
In this enhancement Anaplan has put in a new Method argument in the syntax - NORMAL and EXACT. Although these are optional and even if we don't use Anaplan takes NORMAL argument by default. However Anaplan suggests us to use EXACT as it counters the earlier bugs and throws us the correct figure.
Here it is how it looks like with Using NORMAL method
Data(with New Round) - 2 decimal places
Data - 2 Decimal Places
Formula - ROUND(Data,3,UP, Normal) - Although display shows you the correct figure but if you look at the top right corner it shows you all the trailing zeroes which you don't want to see.
With EXACT - Below snip
Formula - ROUND(Data,3,UP,Exact) -
You can read the entire article here
https://community.anaplan.com/t5/Releases/What-s-new-November-23-2019/ba-p/54370
Thanks,
Misbah
Answers
-
Hi - thanks for highlighting this. We also updated the Anapedia entry for ROUND this morning to reflect the new EXACT mode - we've added some more example uses as well: https://help.anaplan.com/anapedia/Content/Calculation_Functions/All/ROUND.html
1