You can use a mathematical formula in numerical input fields

by Keet » Sun Dec 10, 2023 1:50 pm

In this thread(French) Emmanuel mentions that it is possible to use a mathematical formula in numerical input fields.
I think it's worth mentioning in a separate topic so a larger group of users gets to know this.

What you can do is enter a formula like "100+3" or "((2*12.5)/3)+22" and the result will be set as the value.

Code: Select all

add:      +
subtract: -
multiply: *
divide:   /
exponent: ^ (2^4 = 2*2*2*2 = 16)
You can use parenthesis to force the order of calculation.