Requires assistance urgently with cascading select

Dear All,

I am having an issue with cascading select. I need to have an option of
select_multiple instead of select_one. For instance one of the workers are
covering two districts of two different provinces, in that case, I need to
select two provinces and respective districts; however, this feature is not
working. Your cooperation will be highly appreciated.

Thanks
Imran

Hi Imran,

Are you using:

selected(${select_multi}, string(choice_filter_column))

?

Something like ${select_multi} = choice_filter_column won't work in this
situation.

Also, are you sure you want the data from the two provinces merged like
this? Seems like it might be easier just to have the same worker submit
two separate surveys, one for each province. Otherwise you run the risk of
not being able to geographically separate your data (or at least having to
take on additional hassles on the back end to do so).

Jason

ยทยทยท On Sunday, October 16, 2016 at 11:10:36 PM UTC-4, A.N.M AL-IMRAN wrote: > > Dear All, > > I am having an issue with cascading select. I need to have an option of > select_multiple instead of select_one. For instance one of the workers are > covering two districts of two different provinces, in that case, I need to > select two provinces and respective districts; however, this feature is not > working. Your cooperation will be highly appreciated. > > Thanks > Imran >