I am trying to display a repeat more than once in a series of questions. The flow goes like this:
1. Is this Yes or No.
If no insert record in repeat table.
2. Is this Yes or No.
If no insert record in repeat table.
3. Is this Yes or No.
If no insert record in repeat table.
The repeat table needs to be the same following each question.
Each repeat would be an additional table, (1 of x) for Q1, (2 of x) for Q2, (3 of x) for Q3,
I am having difficulties with adding the repeat more than once in the form...
Hi,
It isn't possible to reference a repeat table more than once in a survey. Given your description, it sounds like this might be possible to implement by having a repeat count calculation that adds the number of 'no' responses.