How can I disable the list opening via click on specific reports in the ServiceNow dashboard?

FDV
Tera Expert

Hello everyone,

I’m working on a ServiceNow dashboard and I need to find a way to disable the functionality that opens lists when clicking on specific reports or sections (such as donut charts).

Is there a way to prevent this behavior only for certain reports without affecting the others in the dashboard?

I would appreciate any insights or suggestions on how to achieve this!

Thank you in advance!

3 REPLIES 3

Pier Paolo
Tera Contributor

Hi FDV,
Could you try a module on the dashboard containing HTML with CSS to modify this

 

.yourclass {
    pointer-events: none;
}

 

 

Hello Pier Paolo,

Thank you so much for the advice. I tried using your code in the HTML of a Static Content that I added to the dashboard, attempting to modify the CSS so that the list would not open when clicking on a section of a report.

Your suggestion was very helpful, thank you again. Unfortunately, by doing this, all the reports in the tab were affected, so this solution doesn't fully solve my problem.

I will continue researching, but if anyone has any further suggestions, I would gladly welcome them.

Thanks again and best regards.

sreekeerthi
Tera Contributor

Hi @FDV ,

 

Is there any way you were able to solve this. We have a similar requirement and I need some help on this. Can you please provide your thoughts on this.

 

Thank you in advance!

 

Regards,

Sree Keerthi Kasula