Remove Filter Option

michaelgrice
Kilo Explorer

How do I remove a filter option but keep "Go To" in title bar available in a list view. If I select omit filter it takes off both, if I were to try to do this in a filter condition what would the syntax be.

When looking at a list view you have the option to filter the records based on a value that you select from the drop down list and then input a value in the block besides that to only list e.g incidents with a certain number. There is also the ability to create a query by adding a whole bunch of criteria just below this. I know how to make the filter option disappear for users without the required role however that removes both forms of the filter and I want to keep just one or limit the values or fields they are allowed to select.

2 REPLIES 2

gaidem
ServiceNow Employee
ServiceNow Employee

If I understand right... You want to remove certain fields from the filter? You can create an ACL read rule to limit who can view the field. However, this will apply beyond just filtering; the field will be removed from everywhere.


I understand the ACL will remove records from the list, however I would like to remove the filter option(breadcrumbs) but keep the "go to" filter options.