- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-15-2023 04:47 AM
Hello everyone,
I have a small doubt.
we need an report on notification(sysevent_email_action) table to show all the notifications which are created in 2022.
When I try to select the table name from data in report, the table name is not visible.
Can we create a report on Notifications table, if yes, how can we create it.
can you please help me with this.
Thankyou.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-15-2023 05:22 AM
Hello @SR2
You need to perform the below steps to be able to report on the sysevent_email_action table.
- Navigate to the system property - glide.ui.permitted_tables
- In the value field, you need to add the table name.
- Now navigate to the sysevent_email_action.list
- Here right click on the list header and you would see 2 reporting options:
- Bar Chart
- Pie Chat
- You can select either of these options and configure your report.
However, if you try to create a report from the reporting module from scratch, you will not be able to see the table.
You will have to go via the .list and then run your report.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-15-2023 05:15 AM
Hi @SR2 ,
Yes we can't able to create the report for system table, table starts with 'sys'.
Please find link below:
If I answered the question please mark helpful.
Thanks,

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-15-2023 05:22 AM
Hello @SR2
You need to perform the below steps to be able to report on the sysevent_email_action table.
- Navigate to the system property - glide.ui.permitted_tables
- In the value field, you need to add the table name.
- Now navigate to the sysevent_email_action.list
- Here right click on the list header and you would see 2 reporting options:
- Bar Chart
- Pie Chat
- You can select either of these options and configure your report.
However, if you try to create a report from the reporting module from scratch, you will not be able to see the table.
You will have to go via the .list and then run your report.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-15-2023 06:00 AM
Thanks @SatyakiBose and @Saranya K for your immediate response.
helped me a lot.