I have a survey with a select_multiple that queues different text fields based on their relevance. When these fields are relevant, I want them to remain blank. They are required fields and will be completed.
However, if the field is not relevant, I want the survey to record a default answer and NOT leave the field with a 'null' response.
if((string-length(${textfield})=0),'text',.) doesn't work - any other ideas? is my syntax correct? Do I need a different formula or approach?
Thanks!
RyanE