It seems pretty basic but i cannot find a way to do it. In a begin repeat
(in XLS) I would like to include in which repeat the enumerator is. Hence I
would like to say "What is first name of your child number ${number}? with
${number} the number of repeat.
position(..) will give you the number of the repeat. Store the value
in a node (e.g., repeat_count) with a calculate and then print it with
${repeat_count}.
ยทยทยท
--
Need ODK consultants? Nafundi provides form design, server setup,
in-field training, and software development for ODK. Go to
https://nafundi.com to get started.
It seems pretty basic but i cannot find a way to do it. In a begin repeat
(in XLS) I would like to include in which repeat the enumerator is. Hence I
would like to say "What is first name of your child number ${number}? with
${number} the number of repeat.