- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2017 04:54 PM
Hello
We are on Jakarta. I have a need to filter out IP address which starts with 172.
How can I add to my query? Any help on syntax would greatly appreciated.
rec.addQuery('ip_address', 'STARTSWITH','172.'); ( I want to add query like this but with negation i.e. Does not Starts with)
Thanks,
Rajan Mehta
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2017 07:56 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2017 05:05 PM
can we try with NOT LIKE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2017 05:25 PM
hi Shishir,
I tried that, but unfortunately it doesn't filter correctly.
Thanks for your response though.
Thanks,

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2017 05:27 PM
what is your exact requirement, can you please explain?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2017 05:29 PM
Exact requirement is to filter out hosts which IPs starts with 172. (Want to exclude that subnet)