• Resolved reklanik

    (@reklanik)


    What is the right printing of the formulae?

    ( checkbox_field_id_1 * (range_field_id_2 + 10 ) * ( range_field_id_4 + 10 )) / 100

    This total amount has to be more or equal to 1500

Viewing 1 replies (of 1 total)
  • Plugin Support Stylemix Plugins Dev

    (@stylemixpm)

    Hi,

    You can use the following code in total calculator formula field:

    if ((( checkbox_field_id_1 * (range_field_id_2 + 10 ) * ( range_field_id_4 + 10 )) / 100) > 1500) {
    ( checkbox_field_id_1 * (range_field_id_2 + 10 ) * ( range_field_id_4 + 10 )) / 100
    } else {
    1500
    }

    Cheers!

Viewing 1 replies (of 1 total)
  • The topic ‘minimal value for the final field’ is closed to new replies.