Segment filter 'contains' instead of 'including'

Your software
My Mautic version is: 4.1.1
My PHP version is: 7.4
My Database type and version is: tidb

Your problem

I have a custom field ‘industries’ on a company. It is multiselect. It has values like ‘Utilities’, ‘Consumer Goods’ etc.

I wish to create a segment that selects leads whose company.industries is in a list.
I can select a single value ('company.industries including Utilities).
But, if i set 2 values, it has the logic of “is all of the values”, and i would like to use “Is at least one of the values”.

Is there anyway to do this? the segment filter only has including/excluding.

talks of this. is there a method to do ‘contains’?

1 Like