By default FIELD_A and FIELD_B are set to Yes and No.
What am I missing here?
Best answer by bamaeric
One option to try is to use a Calculated Value control for the total and configure it with something like the formula below (I only used 4 integer fields for the socres):
This will calculate the Total sum if FIELD_A is checked, FIELD_B is unchecked, and numbers are added to the score fields. If the checkboxes don’t meet the conditions, then 0 is display in the Total field.
I assume you are using the Responsive designer (and not the New Responsive designer). What type of controls are FIELD_A and FIELD_B -- Yes/No or Choice?
The Yes/No (checkbox) control can be tricky in form rules. Check out the blog post below and see if it helps with the rule:
One option to try is to use a Calculated Value control for the total and configure it with something like the formula below (I only used 4 integer fields for the socres):
This will calculate the Total sum if FIELD_A is checked, FIELD_B is unchecked, and numbers are added to the score fields. If the checkboxes don’t meet the conditions, then 0 is display in the Total field.