• Resolved vanvlietwebdesign

    (@vanvlietwebdesign)


    I am creating a calculator base on input fields, showing a read only field with the outcome. (required KW for a woodstove)

    In the outcome field i woudl like to set a minimum. Even when the answer of the equation will be 7.9 i would like the minimum output to be 10.

    Is that possible?

    Kind regards,

    Stefan

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

    (@codepeople)

    Hello @vanvlietwebdesign

    Please, use the MAX operation. For example, assuming your current equation is fieldname1+fieldname2, you can edit it as follows:

    MAX(fieldname1+fieldname2, 10)

    The equation above will return the maximum value between 10 and the result of the mathematical operation.

    Best regards.

Viewing 1 replies (of 1 total)
  • The topic ‘MInimum output after calculation’ is closed to new replies.