- Posts: 57
- Thank you received: 1
Ask the community, share ideas, and connect with other LimeSurvey users!
I don't think it muts happen.There is another issue, though. Say Group A has a question Q1, and Group C has a reference to it {Q1.NAOK}. When Group A is rendered "irrelevant" temporarily, {Q1.NAOK} is empty, so it is still effectively cleared in Group C, even with deletenonvalues=0. Is there any way to "fix" this? Thanks again.
OK : it's the desired behaviour.Attached is an example (with deletenonvalues=0 set in config.php).
Steps to reproduce the problem:
1. Goto https://{siteURL}/{sid}, select No for Question a in Group A, and some text for Question B in Group B. Next to Group C and submit.
2. Goto https://{siteURL}/{sid} again, select Yes for Question a in Group A. Group B is now hidden. Next to Group C and discover that {Qb.NAOK} is empty even though Qb retains its value in the database.
See also attached screenshots.