My skip logic is not working.
I have a multi-select grid question. The row list is a constructed list, where the number of rows (i.e., items) depends on what respondents selected in a prior question. The column list has predefined items. The maximum number of rows is 10, the minimum is 1.
I want to set up a skip logic in a way that displays the following question if the respondent selects Q1_r1_c3 (or Q1_r2_c3). Again, the number of rows will be different for every respondent. I'm only interested in the third item in the grid.
It doesn't matter if the respondent selects c3 once, twice or three times (depending on the number of rows obviously). Just once is enough to display the following question. To do this, I selected post-skip, then a skip logic series: Q1_r1_c3=O Or Q1_r2_c3=0 Or Q1_r3_c3=0 Or [same pattern: r4-r9] Or Q1_r10_q3=0.
I don't get an error but the skip logic doesn't work at all. Even if just one item in column 3 is selected, the program skips the following question.
What am I doing wrong?