Skip to page contentSkip to chat
ServiceNow support
    • Community
      Ask questions, give advice, and connect with fellow ServiceNow professionals.
      Developer
      Build, test, and deploy applications
      Documentation
      Find detailed information about ServiceNow products, apps, features, and releases.
      Impact
      Accelerate ROI and amplify your expertise.
      Learning
      Build skills with instructor-led and online training.
      Partner
      Grow your business with promotions, news, and marketing tools
      ServiceNow
      Learn about ServiceNow products & solutions.
      Store
      Download certified apps and integrations that complement ServiceNow.
      Support
      Manage your instances, access self-help, and get technical support.
When a report is drilled down the filter can display the incorrect dynamic filter - Known Error
  • >
  • Knowledge Base
  • >
  • Known Error (Knowledge Base)
  • >
  • When a report is drilled down the filter can display the incorrect dynamic filter
KB0721367

When a report is drilled down the filter can display the incorrect dynamic filter


975 Views Last updated : Apr 14, 2025 public Copy Permalink
KB Summary by Now Assist

Description

When Multiple Dynamic Filters exist using the same reference table, the report drill down shows the lowest ordered dynamic filter, rather than the selected dynamic filter used within the reports conditions.

 

Steps to Reproduce

1) Navigate to system definition > business rules > create new:

name = Our Shared Funcs
scope= this application scope only
table: global
active: true
advanced: true
Script:
function getCustomerSupportGroup() {
return '0270c251c3200200be647bfaa2d3aea6';
}

2) Navigate to system definition > dynamic filter options > create new:

label: Customer Support Group
script: getCustomerSupportGroup()
field type: reference
referenced table: sys_user_group
order: 100
active: true
reference script: Business Rule: Our Shared Funcs
available for filter: true

3) Navigate to reports > create new:

Name: Dynamic Filter Swap
table: incident
type: pie
condition assignment group is dynamic "One of My groups"
group by assignment group

4) Click the icon in the top left corner of the screen which looks like a chart to bring up the report structure.

5) Click on Add drilldown:

Name: Active incidents
type: semi donut
group by: active

6) Save and share the report:

everyone
role: itil

7) Impersonate user Beth Anglin.

8) Navigate to reports > view/run.

9) Open report "Dynamic Filter Swap" and run the report.

10) Click in the pie chart on one of the assignment groups to drilldown.

11) Click in the semi donut to drill down to the list view.

12) Expand the filter condition.

Notice the wrong dynamic filter condition is displayed in the filter, using is dynamic "Customer Support Group" instead of "One of My Groups".

Workaround

This problem is under review and targeted to be fixed in a future release. To receive notifications when more information becomes available, subscribe to this Known Error article by clicking the Subscribe button at the top right of this form.

 


Related Problem: PRB1320990

The world works with ServiceNow.

Sign in for more! There's more content available only to authenticated users Sign in for more!
Did this KB article help you?
Did this KB article help you?

How would you rate your Now Support digital experience?

*

Very unsatisfied

Unsatisfied

Neutral

Satisfied

Very satisfied

Very unsatisfied

Unsatisfied

Neutral

Satisfied

Very satisfied

What can we improve? Please select all that apply.

What are we doing well? Please select all that apply.

Tell us more

*

Do you expect a response from this feedback?

  • Terms and conditions
  • Privacy statement
  • GDPR
  • Cookie policy
  • © 2025 ServiceNow. All rights reserved.