Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

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

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

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