Hi All,
I have a form that uses a condition based on one of the "select_one" fields in my survey.
This is the condition I'm using in the "calculation" field.
if(selected(${applicant_name},'Bell_Canada'),'BC-' + format-date(${_date},'%y') + '-CA-','None')
Basically, if "Bell Canada" is selected, the field calculate will insert "BC-21-CA" into the "application_number".
This works well in Survey123 Connect, however, when I try it in the browser, the field shows "NaN".
Not sure why this is and any info to rectify this issue would be much appreciated.
Thank you,
Ruchira