Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2024 09:41 AM
I have a list collector using the source table sys_user.
I need to build a qualifier that uses the following.
Active = True
Email = Ends with @company.com
Email <> End with .contractor@company.com
The goal is to show all active users but not the Contractors.
Solved! Go to Solution.
Labels:
- Labels:
-
Service Desk
1 ACCEPTED SOLUTION
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2024 09:47 AM
For that literal filter criteria, the qualifier would look like this
active=true^emailENDSWITH@company.com^emailNOT LIKE.contractor@company.com
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2024 09:47 AM
For that literal filter criteria, the qualifier would look like this
active=true^emailENDSWITH@company.com^emailNOT LIKE.contractor@company.com