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

    (@codepeople)

    Hello @ajaysingh121

    I’m sorry, but what is the question exactly?

    If the choices’ values in the dropdown fields are numerics, you can use them in mathematical operations like any other field in the form. Ex. SUM(fieldname1, fieldname2, fieldname3)

    However, if they are texts and you want to check them to take actions in the equation, you can use conditional statements or operations:

    (function(){
    var result = SUM(fieldname1,fieldname2);
    return result*IF(fieldname3 == 'Male', 4.5, 6.2);
    })()

    The equations above are hypothetical. I include them only to show that there are many possibilities.

    Best regards.

Viewing 1 replies (of 1 total)
  • The topic ‘Multi Drawdown Calculation’ is closed to new replies.