Filtering a specific group using Reference Qualifier
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2025 06:40 AM
Good Day,
I want to add another condition to a reference qualifier in which there is an existing condition u_boolean_1=true.
I am attempting to filter to a specific requested group with a type=Unit in the Service Portal. Here is the script that I was able to compose: u_boolean_1=true^type=Unit. Is this correct?
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2025 11:51 PM
Hi @Morin25
if you want to filter groups with combine of two conditions then your query is correct.
if you want to filter groups with no connection between two conditions then write like this u_boolean_1=true^ORtype=Unit.