Hello,
i want to show a user list based on a selection where multiple selection is allowed.
F.i. if you want to show a field by Custom SQL Where (without multiple selection) you repeat the SQL content
Custom SQL Where
style="restaurant"
style="hotel"
style="..."
where the content in de DB is like restaurant or restaurant,hotel or ...
but with multiple selection SQL content looks like ["restaurant"] or ["Aparthotel","Restaurant"]
with what syntax can i show all the users who have a hotel?