I have a question that I want to use regex calculation to populate. if(regex(${timing},'emerging'),'emerging_issue','critical_issue')
My reason for this post is because the question that the regex refers to has a relevant formula to not display if a certain choice is selected in the survey. Because of the regex formula it defaults to the second choice "critical_issue"when really I want it to default to a "None" answer. I put none in the default column and it works in surveyconnect version 2.9.3 but it does not work in the app version 3.1.68. Do you have any suggestions on how to make this work? Is there a different way other than the regex formula?