I forgot to said that I have a condition :
where m1 is the table/structure/array
l* (l1 l2 l3.....) is the line/row
c* (c1 c2 c3) is the column
((m1_l1_c1==1 AND sum(m1_l4_c1,m1_l5_c1,m1_l6_c1,m1_l7_c1,m1_l8_c1,m1_l9_c1,m1_l10_c1,m1_l11_c1,m1_l12_c1,m1_l13_c1,m1_l14_c1,m1_l15_c1,m1_l16_c1)==100)
OR
(m1_l1_c1==0
AND sum(m1_l4_c1,m1_l5_c1,m1_l6_c1,m1_l7_c1,m1_l8_c1,m1_l9_c1,m1_l10_c1,m1_l11_c1,m1_l12_c1,m1_l13_c1,m1_l14_c1,m1_l15_c1,m1_l16_c1)==0))
I tested with a new survey 3 lines and worked with 5 digits.
Where could be the problem than?
The topic has been locked.