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.
Gauge widgets for the platform homepage are showing the breadcrumb filters - Known Error
  • >
  • Knowledge Base
  • >
  • Known Error (Knowledge Base)
  • >
  • Gauge widgets for the platform homepage are showing the breadcrumb filters
KB0681125

Gauge widgets for the platform homepage are showing the breadcrumb filters


5072 Views Last updated : Apr 7, 2024 public Copy Permalink
KB Summary by Now Assist

Description

Gauge widgets for the platform homepage are now showing the list breadcrumb filters since the Kingston release. This was not the default behaviour in earlier releases.

 

Steps to Reproduce

  1. Log into a Kingston or later instance
  2. Navigate to your homepage 
    https://<your-instance>.service-now.com/nav_to.do?uri=home.do
  3. Click on Add Content
  4. On the list selection page choose: Gauges > Task > Unassigned Work
  5. Choose an area to add the gauge to by clicking on the Add here options
  6. Close the selection page so that the gauge is added to your homepage

 

Observe the gauge widget shows the breadcrumb filters as below:



Workaround

This behaviour is by design. Gauge lists are legacy, no longer supported since Fuji, and replaced by report lists instead. These do all the same, but even more and are supported. Obsolete gauges have not been deleted from the system, but administrators can not create new gauges anymore.

Ref.: https://docs.servicenow.com/csh?topicname=t_CustomizeAHomepage.html&version=latest

If you wish to revert to the previous behavior where Filters were hidden for Gauges on Homepages, use a List Control:

  1. Create a List control for the table your Gauge is for.
  2. In the 'Omit Filter Condition' field (you may need to add it to the form), use this script:
    var view = RP.getReferringURL();
    gs.log(view);
    if(view.includes('home'))
    answer = true;
    else
    answer = false;
  3. Save.
  4. Clear the instance cache for this change to take effect.


Related Problem: PRB1255449

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?

Attachments

Attachments

  • kingston.png

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.