I am trying to configure a survey that applies choice filtering for 3 questions. Here are the scenarios:
1. {tribal_gov} = Yes: show all 32 choices
2. {tribal_gov} = No, {state_esf} = No: show all 32 choices
3a. {tribal_gov} = No, {state_esf} = Yes, {esf_num} = 1 : show 1 choice
3b. {tribal_gov} = No, {state_esf} = Yes, {esf_num} = 2 : show 3 choice
3c. {tribal_gov} = No, {state_esf} = Yes, {esf_num} = 3 : show 2 choices
Some core capabilities can apply to multiple esf numbers
Scenarios 1 and 2 work. Scenarios 3a, b, and c do not. The drop-down option is not available in scenarios 3a, b, c

choice_filter statement: ${tribal_gov}='Yes' or ${state_esf}='No' or selected(esf_filter, ${esf_num})
Choices tab:

I am adding a space between each ESF. Perhaps that is not correct? esf_1 esf_2

