Minimo de repeticiones en una encuesta

643
1
Jump to solution
06-08-2021 07:23 AM
CristianChavarini
New Contributor III

¡Buenos días! Estoy teniendo problemas con una encuesta en la que se solicita la adhesión de vecinos a un programa municipal. Mi pregunta específicamente es como puedo generar una restricción que obligue a completar con, como mínimo, 10 registros antes de poder enviar la encuesta.

Espero sus respuestas

Gracias!

1 Solution

Accepted Solutions
UriGilad_EsriAu
Esri Contributor

Hola Cristian, 

Mi español es muy malo, entonces prefiero escribir en ingles...:

Use repeat and count the number of repeats in a new hidden field:
https://support.esri.com/en/technical-article/000021664
let's say that your count field is called 'count_repeats'.

Add a constraints to this field that it must be >= 10 and a constraints error: 'You must submit at least 10 records'. Until the user fills 10 repeats it will return a constraint error and will not allow to submit.

If this answer solved your question or if you found it helpful please mark it accordingly to help others who have the same question.

View solution in original post

1 Reply
UriGilad_EsriAu
Esri Contributor

Hola Cristian, 

Mi español es muy malo, entonces prefiero escribir en ingles...:

Use repeat and count the number of repeats in a new hidden field:
https://support.esri.com/en/technical-article/000021664
let's say that your count field is called 'count_repeats'.

Add a constraints to this field that it must be >= 10 and a constraints error: 'You must submit at least 10 records'. Until the user fills 10 repeats it will return a constraint error and will not allow to submit.

If this answer solved your question or if you found it helpful please mark it accordingly to help others who have the same question.