Add a filter to a List View

matthew_hughes
Kilo Sage

In my instance, I've got the below list with two different views available - Default and URL

matthew_hughes_0-1756982520907.png

However, what I'm wanting to do is automatically add a filter to the URL view so that it only shows records with the Interface Type of URL.

 

Does anyone know if that is possible to do?

 

18 REPLIES 18

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @matthew_hughes 

Not 100% sure — the views mainly display or hold the specialty fields only, and we can’t add filters on the same views.

*************************************************************************************************************
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]

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

Hi @matthew_hughes 

 

No, that not possible.

*************************************************************************************************************
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]

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

Bhuvan
Tera Sage

@matthew_hughes 

 

You can create a view rule and make URL view as default. Please see below article for steps to follow,

 

https://www.servicenow.com/community/developer-forum/custom-view-should-be-set-as-default-for-creati...

 

If this helped to answer your query, please mark it helpful & accept the solution. 

 

Thanks,

Bhuvan

Hi @Bhuvan  I'm just wanting the records to be filtered when the user changes the view to 'URL' via list controls. Is it possible to add filters in that scenario?