Hi, Here with the same issue. When you mention "All" in the xml, you are not using the value "first_choice="*"" ? <choice value="first_choice="*"">All</choice> this is a default and initial value, where first_choice is an actual field in the search. the rest of the choices are also fields in the search. I'd expect to be using that. Here is an example <eval token="form.mytoken">case(mvcount('form.mytoken')=0,"first_choice="*"",mvcount('form.mytoken')>1 AND mvfind('form.mytoken',"first_choice="*"")>0,"first_choice="*"",mvcount('form.mytoken')>1 AND mvfind('form.mytoken',"first_choice="*"")=0,mvfilter('form.mytoken'!="first_choice="*""),1==1,'form.mytoken')</eval> But please correct me if that's not the case. I am trying to use the logic that you are showing here, and it makes sense, but it doesn't work with my example-the "ALL" option is still there even if i pick something else. Thank you for helping out.
... View more