How to ads filter “is one of” to a field

Alon Grod
Tera Expert

Is there any way to add the filter “is one of” to a reference field on the incident table?

 

 

8 REPLIES 8

Anurag Tripathi
Mega Patron
Mega Patron

Not unless you can dot walk to a string field on the referenced table

for eg, incident.number <IS one OF> xxx/xxx/xxx

-Anurag

Vishal Birajdar
Giga Sage

Hello @Alon Grod 

 

You mean to say like this

 

here ref field is caller

 

VishalBirajdar_0-1708421070363.png

 

 

 

Vishal Birajdar
ServiceNow Developer

I know one thing, and that is that I know nothing.
- Socrates

_Gaurav
Kilo Sage

Hi @Alon Grod 
You can also use IN over here for instance numberININCXXXXXXX,INCXXXXXXX
This will return you both the records

Please mark as helpful if this resolves your query
Thanks!

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @Alon Grod 

 

You can do like this

 

AGLearnNGrow_0-1708421193829.png

 

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************