I've a repeat group that starts with a select1 prompt, other questions that follow in the group is based on the item selected from the select1 (relevants). Every item in the select1 is mandatory and should be asked only once. How can I validate that an item is not selected again. Is there a mechanism to somehow avoid selection of already selected item. I've defined the select1 as
<select1 appearance="minimal" ref="/data/ITEMLIST">
<label ref="jr:itext('/data/listlabel:label')"/>
<item>
<label>मसिनो चामल</label>
<value>FRICE</value>
</item>
<item>
<label>खस्रो चामल</label>
<value>CRICE</value>
</item>
'
'
'