Using Survey123 version 3.21.66
I design a survey using repeat and in box.
The problem field is a "select one" question with a choice_filter.
The choice looks like
result | name1 | label1 | Y |
result | name2 | label2 | Y |
result | name3 | label3 | Y |
result | name4 | label4 | Y |
result | name5 | label5 | Y |
result | name6 | label1 | N |
result | name7 | label2 | N |
result | name8 | label3 | N |
result | name9 | label4 | N |
This works fine when collect data.
However, when open the record from inbox, the data in field always disappear.
I check the database in smartphone, and the record is fine.
So it's must be the APP.
Solved! Go to Solution.
UPDATE:
I change the design of my survey.
I use two different "select one" question instead, and using relavant (N or Y) to display different situation.
When it's N, everything is fine. When it's Y, the question have correct choice, but data always disappear when open from inbox.
UPDATE:
I use body:visible instead of relavant and it's fine now.