Previously un-skipped field does not update to notappl
Posted: September 18th, 2015, 10:01 am
Suppose you have 2 fields (Field A and Field B) where if Field A = 1 then Field B is not skipped and if Field A = 2 then Field B is skipped.
If 2 is entered in Field A, then Field B is indeed skipped and assigned the notappl value (e.g. 8888). However, if 1 is entered in Field A and subsequently any value in B, both by mistake, then when you return to Field A and enter 1, Field B is indeed again skipped, but the previously entered value remains (= it is not updated to the notappl value).
Is this a default setting that could be changed? Of course it could be solved by coding the assignment of the notappl value to Field B explicitly along with the skip code, but that's quite some code for an entire questionnaire full of skip codes (an automated way would be more efficient)...
Thanks in advance!
If 2 is entered in Field A, then Field B is indeed skipped and assigned the notappl value (e.g. 8888). However, if 1 is entered in Field A and subsequently any value in B, both by mistake, then when you return to Field A and enter 1, Field B is indeed again skipped, but the previously entered value remains (= it is not updated to the notappl value).
Is this a default setting that could be changed? Of course it could be solved by coding the assignment of the notappl value to Field B explicitly along with the skip code, but that's quite some code for an entire questionnaire full of skip codes (an automated way would be more efficient)...
Thanks in advance!