I need to filter one value in an array.
Filter uses query "LIKE" but I need "%LIKE%".
There is a way to do that?
Example: Column centro has value "A,B,C"
When I filter "A", only returns columns with "A", it doesn't filter "A,B,C" in results.
My configs:
Filters
conc.centro
Header Code
Thanks!
Filter uses query "LIKE" but I need "%LIKE%".
There is a way to do that?
Example: Column centro has value "A,B,C"
When I filter "A", only returns columns with "A", it doesn't filter "A,B,C" in results.
My configs:
Filters
conc.centro
Header Code
<select class="form-control" name="fltr[conc][centro]" title="Centro">
<option disabled selected>Centro</option>
<option>A</option>
<option>B</option>
<option>C</option>
</select>
Thanks!
Hi Cesar,
You can control this in the "Conditions" box.
Best regards,
Max
You can control this in the "Conditions" box.
Best regards,
Max
This topic is locked and no more replies can be posted.