Issue
Unable use multiple negative filters as an AND operator (eg. type != Custom entity attribute AND type != Quick report).
Resolution
This can only be achieved by using the advanced search,
Use advanced search like this ((tolower(ExecutedBy) != 'ifsapp') AND (tolower(ExecutedBy) != 'alain'))