Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

resident load where not like

Hi

I always made my resident loads with where Field1 like "Test".

No I want to make a resident load where Field1 NOT like "Test".

As the NOT is not right, do you know the right expression?

Thank you very much for your answers!

1 Solution

Accepted Solutions
alexandros17
Partner - Champion III
Partner - Champion III

try

where not field1 like "test"

View solution in original post

3 Replies
alexandros17
Partner - Champion III
Partner - Champion III

try

where not field1 like "test"

Not applicable
Author

Try Below:

Where NOT WildMatch(FieldName,'Test*')

Not applicable
Author

Hi Robert,

You can also try "Not WildMatch" function

wildmatch( M, 'ja*','fe?','mar')

Result: 1 as M = Januari

Result: 2 as M = fex