2013-04-30
04:05 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Multi Like Values
Dears,
Do you have a way to but many values in the like statement without the need to rewrite the condition many times on the Reporting configurations?
Regards
2 Replies
2013-05-02
11:22 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Areeb,
You'll want to do something like this:
fieldname IN ('value1','value2','value3')
Or you could create a variable in the parameter section which references a watchlist. Clicking the help icon on the WHERE clause screen will explain this further.
Cheers!
2013-05-05
02:30 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Dear.
The fieldname IN ('value1','value2','value3') take the Values as is, assume I want to like the Values 172.16.% and 192.168.16.% the IN () Does not help.
The Watch List does not allow REGEXP for the Reporting Process, So i Could not use the Values 172.16.%, 192.168.16.% in the watchlist to LIKE.
