LIst Collector Reference qualifer

John H1
Tera Guru

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.

1 ACCEPTED SOLUTION

Brad Bowman
Kilo Patron
Kilo Patron

For that literal filter criteria, the qualifier would look like this

active=true^emailENDSWITH@company.com^emailNOT LIKE.contractor@company.com

View solution in original post

1 REPLY 1

Brad Bowman
Kilo Patron
Kilo Patron

For that literal filter criteria, the qualifier would look like this

active=true^emailENDSWITH@company.com^emailNOT LIKE.contractor@company.com