Survey 123 Select One/ Relevant

2816
2
07-20-2017 02:16 PM
JevitaWebster
New Contributor III

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')

0 Kudos
2 Replies
by Anonymous User
Not applicable

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.

SMauri
by
Occasional Contributor III

You don't need to use "selected" function, try to insert this string:

${manufac}='othertype'

Tags (2)