Page 1 of 1

Remove a selection

Posted: October 5th, 2018, 6:45 am
by Ishola
Hello everyone !
I am a CSEntry new user and I want to know if it is possible to remove a response after selecting a radio button.
For exemple, I clicked on a response and I realized that it was a mistake ; the current field should be skipped if I change my previous selection. In this case, how to make sure that the response choosen in the skipped field will be deleted ?

Re: Remove a selection

Posted: October 5th, 2018, 7:24 am
by josh
If you are using system control mode for your application then all skipped fields will automatically be set to blank when the case is saved.

If you are using operator control mode or you don't want to wait until the case is saved you can set the value of the field to notappl in your logic to remove the response.

Re: Remove a selection

Posted: October 5th, 2018, 9:11 am
by Ishola
Thank you! That's exactly what I need for.