How to generate a report from the business rule?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-06-2023 01:21 AM
How to generate a report from the business rule?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-06-2023 02:09 AM
Hi @Ajinkya Kove1 ,
Can you please explain some further in relation to your requirement? From your current information, the requirement is not clear to me.
If my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.
Best regards
Anders
If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.
Best regards
Anders
Rising star 2024
MVP 2025
linkedIn: https://www.linkedin.com/in/andersskovbjerg/

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-06-2023 03:35 AM
@Ajinkya Kove1 Reports are generally created from the Report Module in ServiceNow.
Since the reports are stored in sys_report table, ideally you should be able to generate new reports via script on this table (provided data in all the related tables are inserted correctly).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-06-2023 04:04 AM
Hi @Ajinkya Kove1 ,
To answer your question, it requires more precise information. But if you are looking to create a report in a no-code approach, then you can try the below ways for that.
1. Type reports in the Filter Navigator, and then you can find View/run and Create report modules as well. you can use them to view the available reports or even to create your report.
2. On the list view of any table you can click on the column context menu and you can select Bar chart or Pie chart as per your requirement @Ajinkya Kove1.
I hope my answer helped you in understanding the possible ways to create report using OOTB functionalities @Ajinkya Kove1, if my answer helped you in any way please mark it as helpful.
Thanks&Regards,
S. Lakshmikanth Gupta.