Filtering a specific group using Reference Qualifier

Morin25
Tera Contributor

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

NagaChandaE
Tera Guru

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.