Hi There,
i have a table with a field with multiple values.
{ev_organize) with multiple values like 67,73,518,618
i have an global like [usr_st_id] that refers to a user id.
i tried everything in the sql query
WHERE {ev_organize} LIKE ‘%[usr_st_id]%’ or regexp
but when the id of the user is for example 18 the user is accepted.
what do i do wrong?