Trying to get a schedule to show the width of my glazing just for pricing purposes, so I want to round things off to the nearest 10mm. Currently, the schedule (set as a database) is pulling from the windoor objects and I have set 'user2' to the 'overall width'. I can add 'ROUND' or 'INT' but that just makes the numbers all appear as 50mm which is not even in the same ball park - do the functions not work with numbers pulled from objects.
=('WinDoor 6.0'.'__User2')
=ROUND('WinDoor 6.0'.'__User2')
Thanks.