This should be so simple, but the syntax is not working! I just need to change the syntax from looking for files that contain GL1 in the name to those that don't, but every not-equal-to operator that I've tried gives me an error.
({LF:Basic~="GL1", option="LTN"}) & {[Member Files]:[Program]="General Liability 1"} & ({LF:Modified>"9/1/2015 11:59:59 PM"}|{LF:Created>"9/1/2015 11:59:59 PM"})
This works fine to find files with those criteria that have GL1 in the name. I want the same criteria for files that DO NOT contain GL1 in the name. !=, <> do not work to accomplish this. What should I use? Thanks!
For the record, I did an export and found that there are 88 files with this mis-match of being categorized as GL1, but having the wrong designation in the file name - I am trying to consolidate them so I can fix them.