Thank you. This field would be great, but it is a input field.
The values, I want to search are part of a drop-down-list. It is a select field with about 20 values.
Each item can have up to 4 of these values, and I have to filter for all items, that have the specific value in one of these 4 fields.
So I have to look for an other solution. Any idea how to solve this?
Thank you :-)
Wolfgang
P.S: I tried to make a condition from my drop-down-list to the generic field (hidden) for a search. Maybe I should create a Dropdownfield without storage information, so this is not filtert, and then a condition to my generic field. I just try and let you know.