• Resolved palko

    (@palko)


    Hello,

    i have Dropdown field, where can i choose FieldType: Number A or B.

    When i choose Number A, is it possible to set a function for one Calculated field: if NumberA is chosen, then return NumberA x HiddenA and if NumberB is chosen, then return NumberB x HiddenA.

    Thank you very much in advance

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @palko

    Please, keep in mind that the values of dependent fields are zero if they are disabled. So, if you have two fields configured as dependents: fieldname1 and fieldname2 respectively, you can sum them because only the active one will affect the sum: SUM(fieldname1,fiedlname2)

    Best regards.

    Thread Starter palko

    (@palko)

    Thanks,

    it works great! Smartly and easy ??

    Best regard, Palo

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Dependence of dropdown and calculated field’ is closed to new replies.