Round in Row update expression

I need to round in a row update expression after an equation such as below.
roundup({TransView.Field1}/{TransView.Field2})

is this possible?

Math.round(15/3) with result: 5 would be a valid expression :slight_smile: