I have the next problem:
I want to apply chopice_filter to a question:
Firt question:
Select Region
Choices
01
ā¦
40
The question thah i want to show in cascade is
Select State
The thing is thah i have multiple region assign to a state i dont Know how to solve this so my cascading question shows more than one option.

thanks @jorgelihber,
I did not understand your request exactly, but choice_filter column accept the boolean operators (and , or , not)
for example: filter_1 = ${Q1} and filter_2 = ${Q2} => show options that fulfill the conditions
1 Like
@jorgelihber, maybe you will still need to explain your issue so that the community should be able to help you out.
1 Like