Enter multiple value in one field for servicenow filter

Micky6002
Tera Expert

May I know how I could enter multiple groups name in one field at a time for "Assignment group"? 

Like this example. He put many groups name in this column at a time.assignment group.jpg

6 REPLIES 6

Saurabh Gupta
Kilo Patron
Kilo Patron

Hi,
You should do the dot walking.
assignment_group.name is one of (comma/space/newline separated group names)

 

SaurabhGupta_0-1676513949548.png

 

SaurabhGupta_1-1676513981951.png

 

 

 

SaurabhGupta_2-1676514002056.png

 

 

 


Thanks and Regards,

Saurabh Gupta

Hi Saurabh;

Thanks for your prompt reply!

yes, it works.

but how can I do the same format like that example showing "Assignment Group is (A, B,C)?

Hi,
That is because of dynamic query like below

javascript:getMyGroups()

 

SaurabhGupta_0-1676517453327.png

 


Thanks and Regards,

Saurabh Gupta

Hi,

I mean the filter is created by a colleague, that is to say we are in a same flatform.

so how can I do a same one?