Interactive filter - Filtering total incidents by company name in core_company table

HasarinFareeth
Tera Contributor

Hi - I wanted to create an interactive filter where I can filter the total number of incident created and closed by each supplier. The supplier data is available in company table (core_company) and I know I need to create a reference type filter which is not working for me. Can anyone guide me how to achieve this, please? 

8 REPLIES 8

Then you need to dotwalk through the assigned to-field to the company field on the user table.


Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark

Voona Rohila
Mega Patron
Mega Patron

Hi @HasarinFareeth 

 

Can you please share the interactive filter you created?

Did you add the interactive filter reference?

VoonaRohila_0-1752047423219.png

The above setup will apply the filter on your report for the reference fields you define here.

 

Adding link for reference : Create a reference field interactive filter

 


Mark it helpful if this helps you to understand. Accept solution if this give you the answer you're looking for
Kind Regards,
Rohila V
2022-25 ServiceNow Community MVP

HasarinFareeth
Tera Contributor

Thank you for the response. Here is my interactive filter, 

HasarinFareeth_0-1752056732544.png

Interactive Filter references:

HasarinFareeth_1-1752056801457.png

 

Unfortunately, there is no direct relationship between incident table and company table in our instance of service now. We will have to go through assigned to -> User table -> Company. The Company field in the incident table is set as blank in our system. 

 

Thanks

Fareeth

 

Hi  @HasarinFareeth 

You can dot-walk to the Assigned to company field.

VoonaRohila_0-1752057123694.png

 


Mark it helpful if this helps you to understand. Accept solution if this give you the answer you're looking for
Kind Regards,
Rohila V
2022-25 ServiceNow Community MVP