Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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!
try
where not field1 like "test"
Try Below:
Where NOT WildMatch(FieldName,'Test*')
Hi Robert,
You can also try "Not WildMatch" function
wildmatch( M, 'ja*','fe?','mar')
Result: 1 as M = Januari
Result: 2 as M = fex