Selection filters within a repeat

Hola a todos. Tengo una pregunta de selección unica dentro de un repeat. No he podido lograr que en la posición 1 solo me muestre una única opcion de 12 posibles y en las siguientes posiciones me muestre todas las opción a excepción de la primera. Gracias por su ayuda comunidad

Hello everyone.
I have a question about single selection within a repeat. I haven't been able to make it so that in position 1 it only shows option 1 out of 12 possible ones, and in the following positions, it shows all options except for the first one.

Thank you for your help, community."

1 Like

Hi @Carlos_Andres_Sanab1,

I’ve successfully implemented your requirement using the following approach:

1 I created two identical questions with relevance conditions:

  • The first question is displayed only when the repeat count is one.
  • The second question is shown when the repeat count is greater than one.

2 For the choices, I added a column to categorize the options:

  • The first option is assigned a value of 1.
  • The remaining options are assigned a value of 2.

3 Finally, I used the choice_filter to ensure that each question only displays the relevant options.

Review the XLS form to see how it works
XLS_test.xlsx (10.6 KB)

2 Likes

It's a great idea.
I'm going to apply it.

Thank you, Yakub.

1 Like