Dotwalking in an interactive filter

Marton
Kilo Expert

Hi,

I have reports on the resource_plan table, and I would need an interactive filter to filter them based on system group, the problem is, there is no direct reference from the resource_plan table to the system group table, with dotwalking, you can filter from it like this: task.ref_pm_project.u_system_group = ' ', is there anyway to do it in interactive filters? Basically what I want is, just to click on a system group from the dropdown menu, and it would apply the filter task.ref_pm_project.u_system_group = 'the clicked system group' to all the reports.

1 ACCEPTED SOLUTION

Chuck Tomasi
Tera Patron

We do offer custom interactive filters using script. i recommend starting here.

Custom interactive filters | ServiceNow Docs

View solution in original post

1 REPLY 1

Chuck Tomasi
Tera Patron

We do offer custom interactive filters using script. i recommend starting here.

Custom interactive filters | ServiceNow Docs