• Resolved reklanik

    (@reklanik)


    КАК ПРАВИЛЬНО ЗАПИСАТЬ ФОРМУЛУ?
    ОБЩАЯ СУММА ДОЛЖНА БЫТЬ НЕ МЕНЕЕ ИЛИ = 1500
    ( checkbox_field_id_1 * (range_field_id_2 + 10 ) * ( range_field_id_4 + 10 )) / 100

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 ‘МИНИВАЛЬНОЕ ЗНАЧЕНИЕ ДЛЯ ИТОГОВОГО ПОЛЯ’ is closed to new replies.