The idea is to allow the select_one question to take the value of a variable (or the answer given to a previous question). See the following example:
In the Survey sheet the proposed function capability is select_one ${variable_name}
In the choices sheet the value in the list_name table = stores. The selected value is stored in vendor name as defined in that table.
If the name value is valid one, then it can be used in the next question with the form select_one ${ } or select_multiple ${ }
I was able to do this using select form file then a field that has the calculated value of the csv name. You can also now use the new search appearance like this
autocomplete search(${SpeciesListName}, "matches", "Plants", "Y")
here the field SpeciesListName is a calc to get the csv name also ${SpeciesState} + 'LenticSpeciesList'
You would need to make each list a csv but it works.
Hope that helps.
Thanks for the alternate solution
Closing.
Alternative solutions:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.