Only 2/4 Cascaded Filters Working

Welcome to the ODK forum, @susheevar ! We're glad you're here. When you get a chance, please introduce yourself on this forum thread. I'd also encourage you to add a picture as your avatar because it helps build community!

the choice filter is case sensitive,
You had

districtfilter = ${district1} and ITIfilter = ${ITI1}
districtfilter = ${district1} and ITIfilter = ${ITI1} and tradefilter = ${dst_trade1}

but in the choice tab you have itifilter. So the correct choice_filter has to be

districtfilter = ${district1} and itifilter = ${ITI1}
districtfilter = ${district1} and itifilter = ${ITI1} and tradefilter = ${dst_trade1}

dstmcform.xlsx (164.1 KB)

4 Likes