- Posts: 57
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
have a text array with 6 columns and 10 rows. The rows open according to the number of operators indicated in the previous question. I tried to insert the validation of the sub-questions by email tax code and last column field max 2 characters. the controls work but it tells me that I must always fill in all ten operators. For example, if in the previous question I indicate 4 operators and correctly fill in the relative fields in the array, however, it returns an error and lets me continue only if I fill in all 10 operators. I insert the formula and the screenshot belowPlease Log in to join the conversation.
operators < 1 OR ( regexMatch("/^[A-DF-HJ-NP-TV-Z]{6}[0-9]{2}[A-EHLMPRST]([04][1-9])|([1-25-6][0-9])|([37][01])[A-Z][0-9]{3}[A-Z]$/", strtoupper(F1a_SQ001_SQ003.NAOK)) AND regexMatch('/^.+?@.+?\..+$/', F1a_SQ001_SQ004.NAOK) AND strlen(F1a_SQ001_SQ006)==2 ) AND operators < 2 OR ( regexMatch("/^[A-DF-HJ-NP-TV-Z]{6}[0-9]{2}[A-EHLMPRST]([04][1-9])|([1-25-6][0-9])|([37][01])[A-Z][0-9]{3}[A-Z]$/", strtoupper(F1a_SQ002_SQ003.NAOK)) AND regexMatch('/^.+?@.+?\..+$/', F1a_SQ002_SQ004.NAOK) AND strlen(F1a_SQ002_SQ006)==2 ) AND ...
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
As I wrote:Insert it into the question text with surrounding curly brackets and you will see.
Rather simple.Is there a simple way to do drop-down in the array text?
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.