MicroStrategy ONE

Round 2

Returns the input values rounded to a specified number of digits. This is a single-value function.

Syntax

Round2(Argument, Precision)

  • Argument is a number or metric representing a list of numbers.

  • Precision is an integer value specifying the placement of the digits to which the Argument value(s) are rounded.

  • If Precision = 0, then the values are rounded to the nearest integer. This has the same results as using the Round function.

  • If Precision > 0, then the values are rounded to the decimal place indicated.

  • If Precision < 0, then the values are rounded to the specified digits to the left of the decimal and starting to the left of the integer in the ones place.

For additional information on this function, refer to the MicroStrategy Functions Reference.