• Resolved jozzay

    (@jozzay)


    I have a form with 265 questions broken into 8 sections. Each section has around 25 questions. Rather than manually typing each field name into the calculated field, how can I get the calculation of a range of fieldnames? For example sum(fieldname1:fieldname25).

    Is this possible?

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter jozzay

    (@jozzay)

    another example would be, getting the sum of all radio button fields. reason I ask this, is that If i delete an input field, I don’t want to have to modify the calculation field.

    Plugin Author codepeople

    (@codepeople)

    Hello @jozzay

    Thank you very much for using our plugin. No, I’m sorry, that is not possible. Our plugin is not an Excel emulator. You cannot use fields’ ranges. You must enter every field name you need from the equation as part of the equation’s code. Like:

    SUM(fieldname1,fieldname2,fieldname3,fieldname4)

    Best regards.

    Thread Starter jozzay

    (@jozzay)

    Ok not a problem, that makes sense. Thank you so much

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Calculate a range of fields’ is closed to new replies.