Hello,
I am having issues with single select choice filtering. I have a choice list of species on a repeated single select that I would like to filter based off previously selected species from a different single select question. Both of the single selects are in repeats. So when a user selects say 4 species from the first list I would like only those 4 species to be the choices in the next question.
Solved! Go to Solution.
Your speciesname column needs to match the value from the name column not the label column. The name value is what is stored in the data, label is just the user friendly display.
I would suggest just copying the label values over to the name column then you are done. There is 0 reason to store values with all those underscores. Will drive you nuts for years.
Hope that makes sense
Your speciesname column needs to match the value from the name column not the label column. The name value is what is stored in the data, label is just the user friendly display.
I would suggest just copying the label values over to the name column then you are done. There is 0 reason to store values with all those underscores. Will drive you nuts for years.
Hope that makes sense