Hello!!, I want to know if it is posible to do the following in another way, because when the list is long, its not very efficient do it this way.
1) I have some select_multiple lists and I want the next list only show the items that no were selected preciously. Example
.
I think it's not efficient to do it ithis way because I have to do all the lists with the possible options, it becomes very extensive.
Another option I tried to Explore was cascade but it not was successfully
I appreciate your help. Thanks.
Hi Yorlady
Currently, choice filters (cascading selects) do not work with select_multiple questions and it is not possible to use a function to dynamically update the choices for a select_multiple. A feature enhancement request already exists for this issue; I've added your comments to it and will update this thread if/when more information is available.
Best regards,
Jim
Just posted a way you can kinda do it yesterday