Product Features
...
Analytics
Statistical Functions
Rounding
3min
the rounding processor allows you to make a number simpler while keeping its value close to the absolute value rounding overview enter the number of digits you would like to round to e g entering 2, will give results like 10 22 10 44 (but not 10 556) entering 0 will ignore all floating point values, and just give the integer value roundnearest returns the nearest decimal e g 10 6 gives 11, 10 1 gives 10 roundup returns the next smallest decimal e g 10 6 gives 11, 10 1 also gives 11 rounddown returns the previous largest decimal e g 10 6 gives 10, 10 1 also gives 10 roundeven returns the nearest integer, rounding ties to even (number of digits entered are irrelevant for this case) rounding parameters parameters details digits this parameter determines the number of decimal places to round to method this parameter allows you to select the rounding method note when creating an analytics flow with rounding processor, refer the use the rounding function docid 6cwq4feesf4ahzn1icpdg guide for more details