When I use multiple select or checkbox in a search in a field separated with ; with multiple values not working
I think you must use operator IN.
Yes I know @alvagar , finnally I made a Control with that. But if SC has this function on search and does not work it’s a bug. I sent this a long time ago. I think that is an easy issue to solve before the 9.7 “improvements”
Happy birthday to you!
Happy birthday to you!
Bug
in a search of your app, you must use Only the Operator IN. (must remove equal, less than, etc, etc)
I have the SC in spanish, do you mean to the option Contiene
?
I asume for you name that you speak spanish too.
Does not work in any search option.
Gracias pero no funciona con ninguna de las opciones.
Muestreme la pantalla de busqueda como se ve en modo de ejecuccion.
Este es el control de búsqueda que tuve que hacer para que funcione y pasarle el [where] a la consulta con el in correspondiente.
$filtro .= " and FIND_IN_SET($values,incumbencias) ";
Eso funciona cuando tiene un solo grupo por producto. Si un producto pertenece a más de un grupo (separado por , o ; ) ya no funciona. Saludos.