How to: |
CEILING returns the smallest integer value that is greater than or equal to a number.
CEILING(number)
where:
Numeric
Is the number whose ceiling will be returned. The output data type is the same as the input data type.
CEILING returns the smallest integer larger than the value in GROSS_PROFIT_US:
CEILING(GROSS_PROFIT_US)
For 225.98, the output is 226.00.
For -30.01, the output is -30.00.
WebFOCUS | |
Feedback |