Hi I have a device type called 'Supplier name' which is an ordinary text field and I've set the 'Search Type' to Regular Expression. So I have lots of business names in this column and for example if I use the following regex Acme|Starbucks|Tesco
then it returns all supplier names where name contains Acme, Starbucks or Tesco. This is great as it even finds these names if in the middle of a string etc. I however also get Acme Asset Managers which I specifically want to exclude but include everything else, that being Acme anything BUT Exclude Acme Asset Managers AND include Starbucks anything AND Tesco anything. Does anybody know the 'Visokio' regex to exclude a particular word or string AND still pipe the other conditions together? I'm a regex newbie but the | and | and | is great when 'categories' are not an option and you don't by design want to script these exclusions into your underlying sql. Any help would be appreciated.