Sum of Integer Inputs (when the inputs depends on previous question, as multiple selection)

Dear team, i am trying to sum integer inputs. It is working fine when all the fields are having data, But as relevance of the input fields (row 76 to 81) are depends on multiple selection from question in row 73, hence it will be the case that all values are not get entered for row 76 to 81. In such case the calculation field is not working. Please help, as this might required some additional function, which i do not know. Below is the image for your reference.

Best regards

@aditya, you could use the coalesce (as outlined in the post shared previously) and that should solve your issue:

This post too should be helpful:

1 Like

@Kal_Lam

Thankyou very much

1 Like