Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: prasmussenYou can also use the round function in a filter node. The -3 specifies round to 3 decimal places and the 1 specifies to round up. i.e.
emit 'field1', 'field1'.round(-3,1) as "rounded"
Of course, this assumes you want a simple rounding, not exactly like the CEIL which let's you specify increments such as .005.