• Resolved papesh

    (@papesh)


    Hi everyone,
    I’d like to set up a function where selecting a checkbox triggers an additional calculation in ‘Calculated field’. Specifically, I’m thinking of something like this: IF(checkbox is checked; fieldname1 * fieldname2; 0). How can I implement this?

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

    (@codepeople)

    Hello @papesh

    Thank you so much for using our plugin.

    You can implement the equation as follows:

    Assuming the checkbox field is the fieldname123, the equation would be:

    IF(fieldname123, fieldname1 * fieldname2, 0)

    It uses comma symbols instead of semicolons, and the plugin manages the checkbox field’s value as zero if no choice is ticked.

    Best regards.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.