I have a meter survey, one of the questions is
Meter Types:
meter1
meter 2
other
When “other” is selected I would like a text box allowing the user to enter the meter type. If “other” isn’t selected I would not like the text box to show.
This is what I used in the relevant cell for the field I want the text box to show, but it’s not working
selected(${manufac}, 'othertype')
Hi Jevita,
Have you considered using a question type of select_one "list_name" or other instead of just select_one. By adding "or other" to the select_one type an other option will appear at the bottom of the selection list and when selected and text box will appear to enter the response. There is no need for an extra relevant calculation in this case.
Regards,
Phil.
You don't need to use "selected" function, try to insert this string:
${manufac}='othertype'