Select to view content in your preferred language

Filter single select option based of a previous single select question.

382
1
Jump to solution
09-13-2023 08:28 AM
John_Hall
New Contributor II

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. 

0 Kudos
1 Solution

Accepted Solutions
DougBrowning
MVP Esteemed Contributor

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.

DougBrowning_0-1694623434772.png

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

 

View solution in original post

1 Reply
DougBrowning
MVP Esteemed Contributor

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.

DougBrowning_0-1694623434772.png

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