J
jmosow
I have searched but have not seen a clear cut answer on this. I have a
drop-down menu created using a custom query. I want to use this to
filter my selection on the page. Using single selections works fine.
If I use the multiple select option on the drop-down menu and change my
filtering custom query to do a SELECT * FROM TABLE WHERE (DBFIELD IN
:FORMFIELD:
), I do not get any matches. I have seen some comments
where the ::FORMFIELD:: should be in single quotes. This does not seem
to work. I have also seen comments where you have to loop through the
array for the fields and build the search criteria, but I am not
skilled enough to know exactly how/where to do this.
Any help, particularly examples, would be greatly appreciated.
TIA
drop-down menu created using a custom query. I want to use this to
filter my selection on the page. Using single selections works fine.
If I use the multiple select option on the drop-down menu and change my
filtering custom query to do a SELECT * FROM TABLE WHERE (DBFIELD IN
where the ::FORMFIELD:: should be in single quotes. This does not seem
to work. I have also seen comments where you have to loop through the
array for the fields and build the search criteria, but I am not
skilled enough to know exactly how/where to do this.
Any help, particularly examples, would be greatly appreciated.
TIA