- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
NOT Like function
athorat
Communicator
01-15-2016
08:11 PM
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ChrisFontana
Loves-to-Learn Lots
10-09-2020
06:43 AM
Hey, just use like you wrote before, NOT LIKE. E.g.:
| where NOT LIKE("FIELD_NAME","%TEXT%")
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

woodcock
Esteemed Legend
11-11-2019
05:49 PM
You can do this:
Your Search Here | regex fieldName != "RegExHere"
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
cnoerjadi
Engager
01-25-2018
11:50 AM
try this
| where !LIKE(foo, "$abc")
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
raghu0463
Explorer
11-11-2019
01:08 PM
how to filter for multiple values please i.e
|where !LIKE(foo, "$abc", "xxx", "sss")
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

nick405060
Motivator
09-26-2018
10:13 AM
Can someone convert this to the answer?
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

renjith_nair
Legend
09-26-2018
08:37 PM
@nick405060 , converted the comment to answer so that it could be accepted as answer.
---
What goes around comes around. If it helps, hit it with Karma 🙂
What goes around comes around. If it helps, hit it with Karma 🙂
