Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Dashboard report table

PhoenixMing0912
Giga Expert

Hi all,

I want create a report in dashboard to see the data graphically.

The table I am interested is "sys_ui_action", however, I cannot see this table is available in the scroll down list.

Can anyone help?

find_real_file.png

1 ACCEPTED SOLUTION

Community Alums
Not applicable

Hi

By default system tables in servicenow are restricted from the reporting, due to the concern of size.

If you must report on a system table, you can add it to the glide.ui.permitted_tables property. Navigate to System Properties > UI Properties and locate the property labeled List of system tables (beginning with "sys_", comma separated), that are reportable. By default, system tables are not reportable. Proceed with caution.

Please refer below link for complete details:

https://docs.servicenow.com/bundle/london-performance-analytics-and-reporting/page/use/reporting/concept/c_ReportOnSystemTables.html

 

 

 

 

 

 

 

 

 

View solution in original post

1 REPLY 1

Community Alums
Not applicable

Hi

By default system tables in servicenow are restricted from the reporting, due to the concern of size.

If you must report on a system table, you can add it to the glide.ui.permitted_tables property. Navigate to System Properties > UI Properties and locate the property labeled List of system tables (beginning with "sys_", comma separated), that are reportable. By default, system tables are not reportable. Proceed with caution.

Please refer below link for complete details:

https://docs.servicenow.com/bundle/london-performance-analytics-and-reporting/page/use/reporting/concept/c_ReportOnSystemTables.html