ServiceNow Question about filters on a table

asher14
Tera Contributor

Im working on a table that has 2 different views. I am having trouble finding out how to save separate filters that would be captured in my update set that would be applied to all users and not a personalized filters created. 

I've tried to set the filter condition on the module but that becomes consistent for both views.

 

Any ideas on how I can approach this?

2 REPLIES 2

AshishKM
Kilo Patron
Kilo Patron

Hi @asher14 , 

Please share some screen shot of both view with applied filter conditions.

 

-Thanks,

AshishKM


Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution

Bert_c1
Kilo Patron

You can use a Business Rule, that runs "Before" and for "Query".  Add script logic to filter what records are returned.