Hi
@LorenzoCapocci1,
I just tested your scenario and it seems you are not removing the double quotes from the starting and ending of the statement. You need to pass the below condition if you are trying to achieve it using environment variables.
[Division Name] <> 'Storage Software Consolidation' AND [Division Name] <> 'TSS' AND [Division Name] <> 'System p w/o low end' AND [Offering Name] not like '%S&S%' AND [Schedule Name] not like '%EOS%'
Note- Whenever you are using any variable, then double quotes are not required since the only function of double quotes is to convert that string to TEXT. Since while creating the data item, we already define its data type as TEXT hence, there is no need of using double quotes.
Hope it clarifies your query.