I have a formula in my calculation form that caculates price from certain measurements and displays the result.
(dit_x / 100 * dit_Y / 100 * dit_q * dit_pricem2).round(2)
I would need to upgrade it conditionally in a way, that if the result is less then 2 it would display number 2 in the field (which is the minimum we charge). Is this possible, how?
Thank you.