Kobo collect repeat groups

Hi @giteLU,

It could be because of the formula you mentioned because your if sentence return string value not intager, can you test this one

if(${N_problem_employment}=‘1’, 1, if(${N_problem_employment}=‘2’,2, if(${N_problem_employment}=‘3’, 3, if(${N_problem_employment}>‘3’,3, ‘0’))))

2 Likes