Hi!
The context: I have a question, of the select one type, that shows a box to put numbers on it if I have answered 'yes'. If I have answered the question as 'no', the box doesn't show. So the line of the column of numbers is empty if I have answered 'no' on the previous question.
My problem is that I need the column of numbers to be filled with 0 if the previous question was answered 'no'.
survey:
the table:
Would it work to have the number of columns question set to have a default value of 0?
Hi Katherine!
So I've tried this before and it didn't work. When I press the button 'no', the box that I should put the numbers doesn't show. It only shows up when I press the button 'yes'. That's why I think it's something more complicated than that.
but thank you anyway! I'll keep trying here
Use the esri visible column vs relevant. Relevant always stores as blank or null if not used. Then as stated set the default to 0 and it should work.
Hope that helps