Hi All,
I am trying to construct a survey where some answers at the end of a survey are prepopulated with answers from, essentially the same question, but are sometimes filled in by another worker, earlier in the survey using select_multiple.
It works fine with select_one using this syntax:
Type: Name: ... Calculations:
select_one locations dispatcher_location_if ${dispatcher_location}
where 'dispatcher_location' is the Name to a previous question.
But, does not work with the following:
Type: Name: ... Calculations:
select_multiple locations dispatcher_location_if ${dispatcher_location}
I would be grateful for any suggestions!
Thank you 
Ian