CEILING Operation

How to use the CEILING operation for Computed Attributes

Definition

The CEILING operation returns a number rounded up based on a desired multiple.

Example

$ATT.price = 14.92

CEILING($ATT.price,0.05)

Result = 14.95

Syntax Guide

CEILING(number_attribute, multiple)

number_attribute - A number attribute that is the value you want to round

multiple - The multiple to which you want to round