ServiceNow Reports against CMDB tables

rahulyamgar
Tera Guru

Hello friends,

 

We are building various reports against the CMDB and putting them on Dashboards. Those reports are data intensive and consuming lot of time every time Dashboard refreshed.  How can i make this efficient so that refresh does not take longer ?

 

Anyone ? Any help?

 

Thanks,
Rahul

1 ACCEPTED SOLUTION

Vishal Savajia1
Kilo Sage

A) Kindly use appropriate filters while generating report...

B) Remove CIs which are not active using filter.

 

Large dashboards can take a long time to render, especially when widgets depend on complex queries or queries on large tables. You can use system properties to optimize how widgets load

 

Optimize widget rendering time on responsive dashboards (servicenow.com)

 

Performance Best Practice for Efficient Queries - ... - ServiceNow Community

View solution in original post

2 REPLIES 2

Vishal Savajia1
Kilo Sage

A) Kindly use appropriate filters while generating report...

B) Remove CIs which are not active using filter.

 

Large dashboards can take a long time to render, especially when widgets depend on complex queries or queries on large tables. You can use system properties to optimize how widgets load

 

Optimize widget rendering time on responsive dashboards (servicenow.com)

 

Performance Best Practice for Efficient Queries - ... - ServiceNow Community

rahulyamgar
Tera Guru

Thanks @Vishal Savajia1 ...my question was kind of open ended. And links mentioned by you provides the steps on improving reports. Will try them. Thanks.