Last question (for today at least!).
I've got an If statement in my original excel spreadsheet 'form' which I'd like to use in Survey123. Is there any easy way to convert this to Survey123 compliant syntax? I've given it a go from what I've seen online but it's not working as I'm sure I've not interpreted the rules correctly!
if(selected(${HSIScore}<=0.5),'Poor',if(selected(${HSIScore}<=0.59),'Below Average',if(selected(${HSIScore}<=0.69),'Average','Excellent')))
so in effect the field would be updated with the word Poor if the preceding text question (HSIScore had an answer of less than or equal to 0.5, Below Average for >0.5 but <=0.59 and so on, with Excellent being the value where HSIScore doesn't meet any of those defined criteria.
Any advice as to how to do these nested if statements in Survey123?
Thanks in advance.