Show error around the inputs whose sum is more or less than 100

Hi @saumyaupadhyay
This is all about the logic of your check; When you need a check that assesses for a condition that is less than 100 as opposed to excess than 100, you need to reverse the calculation from the discussion.

Change each using the following logic
.>=100
.>=100 and .>=(100
+
${c58_1R})

You can continue with this logic to create the rest of your form.

Stephane

1 Like