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

    (@codepeople)

    Hi,

    In this case, you should modify the equation and use a ternary operator:

    (fieldname1 && fieldname2 && fieldname3) ? (1/fieldname1)+(1/fieldname2)+(1/fieldname3) : 0

    Best regards.

    Thread Starter Le Taulier

    (@le-taulier)

    Thanks ! It’s work fine.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How do you manage to make a division when a field is blank’ is closed to new replies.