Hi, I'm trying to do a select case where the user can select a list of values for a field. This would be in a question sequence where the field value is currently null.
Here's an example: The field is [vehicle].
At the [vehicle] field, I want the user select from a list of values (Ford, Toyota, Nissan), where case 1 = Ford, case 2= Toyota, case 3 = Nissan.
How do I do this? thanks.
Here's an example: The field is [vehicle].
At the [vehicle] field, I want the user select from a list of values (Ford, Toyota, Nissan), where case 1 = Ford, case 2= Toyota, case 3 = Nissan.
How do I do this? thanks.
Comment