I am trying to find all contracts EXCEPT those with the contract type "ECO PASS". I have tried multiple different searches, all yielding no results.
When I run the search for contracts WITH the type "ECO PASS", I get 290 results. The syntax for this is:
{[FIN Contracts]:[AC Contract Type]="ECO PASS"} & {LF:Name="*", Type="F"} & {LF:LOOKIN="UTA\F.01. Office of Finance\F.04. Supply Chain Department\Contracts"}
Here's the search syntax's I've tried to use which exclude "ECO PASS":
{[FIN Contracts]:[AC Contract Type]<>"ECO PASS"} & {LF:Name="*", Type="F"} & {LF:LOOKIN="UTA\F.01. Office of Finance\F.04. Supply Chain Department\Contracts"}
{LF:Name="*", Type="F"} & {LF:LOOKIN="UTA\F.01. Office of Finance\F.04. Supply Chain Department\Contracts"} - {[FIN Contracts]:[AC Contract Type]="ECO PASS"}
Any other suggestions?