Hi,I would like to exclude all those deliveries belonging to MESSAGE CENTER with internal name that ends with "_rt"I cannot use the expression "CONTAINS '_rt' " because I will get also "notifyStockAlert" for no reason so I am forced to use a regular expression, something like "LIKE '*_rt' "Could y...