Survey123 Relevant syntax Question

979
2
Jump to solution
06-20-2019 07:19 AM
JerroldRentz1
New Contributor

Hi, I'm fairly new to Survey123 and am having an issue with a relevant syntax... I have a select multiple question where if you select answer "A", a yes or no question pops up. What I would like to do is if the answer is "No" I would like a text box to pop up for an additional description.

I cannot seem to get this to work... could someone please assist me with this? I feel like this should be an "If" syntax but I cannot seem to get it to work...

Thanks!

Tags (1)
0 Kudos
1 Solution

Accepted Solutions
BrandonArmstrong
Esri Regular Contributor

Hi Jerrold,

It sounds like you would just need a relevant statement to determine whether a text description would appear or not after selecting 'yes' or 'no'. You can add a text question after the yes/no question and in the relevant column for the text question input 

${yesno}='no'

I have attached an XLSForm which demonstrates this method.

Please let me know if this is what you were looking to accomplish.

Best,

Brandon

View solution in original post

2 Replies
BrandonArmstrong
Esri Regular Contributor

Hi Jerrold,

It sounds like you would just need a relevant statement to determine whether a text description would appear or not after selecting 'yes' or 'no'. You can add a text question after the yes/no question and in the relevant column for the text question input 

${yesno}='no'

I have attached an XLSForm which demonstrates this method.

Please let me know if this is what you were looking to accomplish.

Best,

Brandon

JerroldRentz1
New Contributor

Well, I grossly overthought this. Thank you Brandon it works well now.