I have “Select One” type question. From these Question I am selecting
“Division” + “Location” and using substr(${Q1},0,3) , I am creating unique ID:
concat(${Q1_C},’-‘,${Q2_C},’-‘,${Q3_C},’-‘,${Q4_C},’-‘,${Q5})
Here I can use substr() function using label of the “select one” question.
But this label has “name” in “choice” tab.
Is this possible I can select name when I choosing label?
May be I am not explaining properly.
Shall I share my xlsx form?
Maybe this workaround shared below should be able to show you how you should be able to use substr to extract the information from a select-one question type: