• Resolved jegmar1

    (@jegmar1)


    Hi,

    I’ve been using the round function, but is there any way to get it to round down instead of up?
    i.e. 1.6 should equal 1 instead of 2

    Thanks

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

    (@codepeople)

    Hello @jegmar1

    In this case you should use the FLOOR operation instead the ROUND one. FLOOR(X) is equal to the integer number equal or less than X.

    Best regards.

Viewing 1 replies (of 1 total)
  • The topic ‘Rounding Down’ is closed to new replies.