Welcome to Community Week 2025! Join us to learn, connect, and be recognized as we celebrate the spirit of Community and the power of AI. Get the details  

Please assist on the creation of interactive filter from the task_sla table

Ken61
Giga Guru

Hello All,

I need an assistance in creation of interactive filter from the task_sla table.

Requirement is to create interactive filter from the task_sla table with the following condition.

Table: Task SLA (Task Type is Problem)

   - Problem Opened - Single.

The filter was created but I am having issue creating the interactive filter references because I always get an error. Below is the screen shot for the interactive filter that was created.

Please assist on the best way to get this done

Ken61_0-1672949197759.png

 

Interactive filter reference

 

Ken61_1-1672949384741.png

 

1 ACCEPTED SOLUTION

Laszlo Balla
ServiceNow Employee
ServiceNow Employee

If you want to filter by SLA definition, you should create the interactive filter on the 'contract_sla' table and not on task_sla. Then in the 'Interactive Filter References' tab, you can map this to the corresponding field your report is based on.

View solution in original post

3 REPLIES 3

Laszlo Balla
ServiceNow Employee
ServiceNow Employee

If you want to filter by SLA definition, you should create the interactive filter on the 'contract_sla' table and not on task_sla. Then in the 'Interactive Filter References' tab, you can map this to the corresponding field your report is based on.

@Laszlo Balla Thanks for a quick response. Can the interactive filter reference tab to map to task from task_sla table?

Laszlo Balla
ServiceNow Employee
ServiceNow Employee

No, contract_sla table has no reference to tasks. You need to map the filter to the 'sla' field on the task_sla table.

This will work if you want to filter by SLA, which I am only guessing based on your previous post.