In previous versions of Survey123
We could compact a repeat, and if the field crew didn’t open the set of questions, the record wouldn’t populate with NULL data.
Version 3.18
This version adds a record of NULL values, which does two things;
Let me know if there is a fix in the works for this OR is there something I'm doing wrong?
Solved! Go to Solution.
Have you tried adding a select_one yes_no before the repeat? If they want to add records they select yes. This would dynamically hide or show the repeat. I normally do this and make my repeats required. At the absolute least, I find that it makes the interface cleaner and helps promote more reliable data collection.
When a thing isn't relevant, it technically doesn't exist, so the program may see it differently than just a "collapsed repeat". However, I am not sure if this would resolve the null you are seeing, but may be worth a try.
Have you tried adding a select_one yes_no before the repeat? If they want to add records they select yes. This would dynamically hide or show the repeat. I normally do this and make my repeats required. At the absolute least, I find that it makes the interface cleaner and helps promote more reliable data collection.
When a thing isn't relevant, it technically doesn't exist, so the program may see it differently than just a "collapsed repeat". However, I am not sure if this would resolve the null you are seeing, but may be worth a try.
Thank you,
I didn't even have that on my radar, I will put that into place! Once I make sure it works, I'll mark it as the solution.
: )