Viewing 1 replies (of 1 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @janxsch

    Our plugin includes multiple operations for rounding numbers:

    ROUND, CEIL, FLOOR

    For example, for rounding the number X to the nearest thousand number:

    ROUND(X, 1000)

    For rounding the number to the next thousand number:

    CEIL(X, 1000)

    Or to the previous thousand number:

    FLOOR(X, 1000)

    The rounding operations are described in the following post of the plugin blog:

    https://cff.dwbooster.com/blog/2020/09/20/rounding-numbers

    Best regards.

Viewing 1 replies (of 1 total)

The topic ‘round a number’ is closed to new replies.